summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-18 15:50:23 +0000
committerobrien <obrien@FreeBSD.org>2000-01-18 15:50:23 +0000
commit3005c00a64df52d1c5d631814a99d0c94d7cfee6 (patch)
tree18769371737ce8d99b03509c9081fd93dee80203 /usr.sbin/sysinstall/Makefile
parentb6aa8ae2646523b92baa2172c59b27169a90a146 (diff)
downloadFreeBSD-src-3005c00a64df52d1c5d631814a99d0c94d7cfee6.zip
FreeBSD-src-3005c00a64df52d1c5d631814a99d0c94d7cfee6.tar.gz
* add SVR4 and OSF/1 enabling in the Start Up config menu
* deals with X11 install when all we have is the Port (such as on the Alpha) Ok'ed by: JKH
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 00c3be2..83ee350 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -19,6 +19,9 @@ 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"
+CFLAGS+= -DX_AS_PKG
+.endif
DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO}
LDADD= -ldialog -lncurses -lmytinfo -lutil -ldisk -lftpio
OpenPOWER on IntegriCloud