From be3fc091e57729870b5ee133832336e3536fae64 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 11 Feb 2000 09:12:17 +0000 Subject: [PATCH] Allow X_AS_PKG option to be more selectable. --- release/sysinstall/Makefile | 2 +- usr.sbin/sade/Makefile | 2 +- usr.sbin/sysinstall/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile index 83ee350ce9b..a433558389a 100644 --- a/release/sysinstall/Makefile +++ b/release/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 diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index 83ee350ce9b..a433558389a 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 diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index 83ee350ce9b..a433558389a 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