Overwrite PIE_*, otherwise bootxx_cd9660 is not recognized by

installboot in MKPIE=yes builds.
This commit is contained in:
joerg 2013-09-12 05:54:38 +00:00
parent ec390d2346
commit 9b315b031e
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
# $NetBSD: Makefile,v 1.12 2011/05/20 22:29:55 joerg Exp $
# $NetBSD: Makefile,v 1.13 2013/09/12 05:54:38 joerg Exp $
S= ${.CURDIR}/../../../..
AFLAGS.cdboot.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}
PIE_CFLAGS=
PIE_LDFLAGS=
PIE_AFLAGS=
NOMAN= # defined
.include <bsd.own.mk>