aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-02-11 09:12:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-02-11 09:12:17 +0000
commitbe3fc091e57729870b5ee133832336e3536fae64 (patch)
tree1028230e260a9ae6f5cc3fe84f3e9ef7a529c33f /usr.sbin/sade/Makefile
parent6ccd04a652ecb86fbbee84420c87c5ea21aacbe0 (diff)
downloadsrc-be3fc091e57729870b5ee133832336e3536fae64.tar.gz
src-be3fc091e57729870b5ee133832336e3536fae64.zip
Allow X_AS_PKG option to be more selectable.
Notes
Notes: svn path=/head/; revision=57138
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r--usr.sbin/sade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index 83ee350ce9b9..a433558389af 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/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