summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-11 09:12:17 +0000
committerjkh <jkh@FreeBSD.org>2000-02-11 09:12:17 +0000
commit15b49290dd2f08877c597587852fbe9bd4834c07 (patch)
treea255ceb51a11977cc2a4e02b80429aed206be5c8 /usr.sbin/sysinstall/Makefile
parentc939d4600a23fd126e7ffc0734a6eb467fcc2bad (diff)
downloadFreeBSD-src-15b49290dd2f08877c597587852fbe9bd4834c07.zip
FreeBSD-src-15b49290dd2f08877c597587852fbe9bd4834c07.tar.gz
Allow X_AS_PKG option to be more selectable.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 83ee350..a433558 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -19,7 +19,7 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c kget.c \
CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR}
CFLAGS+= -I${.CURDIR}/../../sys
-.if ${MACHINE_ARCH} != "i386"
+.if ${MACHINE_ARCH} != "i386" || defined(X_AS_PKG)
CFLAGS+= -DX_AS_PKG
.endif
OpenPOWER on IntegriCloud