summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-09-07 16:05:52 +0000
committerjkh <jkh@FreeBSD.org>2000-09-07 16:05:52 +0000
commit48a226d4c835b83eafbfa399f61d7c6f2163a291 (patch)
tree545dd0d4361c901d3df747989f3c807a11cd9ca1 /usr.sbin/sysinstall/Makefile
parent5240cf8e358ee03ca9844377bddf6386d80e8f5d (diff)
downloadFreeBSD-src-48a226d4c835b83eafbfa399f61d7c6f2163a291.zip
FreeBSD-src-48a226d4c835b83eafbfa399f61d7c6f2163a291.tar.gz
MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index f30ef54..c65464a 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -21,9 +21,6 @@ CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR}
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
-.if ${MACHINE_ARCH} != "i386" || defined(X_AS_PKG)
-CFLAGS+= -DX_AS_PKG
-.endif
DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO}
LDADD= -ldialog -lncurses -lmytinfo -lutil -ldisk -lftpio
OpenPOWER on IntegriCloud