diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-02 20:42:54 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-02 20:42:54 +0000 |
commit | 60f91e4cada4f9a237e8a2858a93c8beef63130d (patch) | |
tree | d43bab971b0e937a1970dc0705e09080ceb98367 /usr.sbin/sysinstall/Makefile | |
parent | 2c4739409a5f713a428487bdefbc90a4f835d93a (diff) | |
download | FreeBSD-src-60f91e4cada4f9a237e8a2858a93c8beef63130d.zip FreeBSD-src-60f91e4cada4f9a237e8a2858a93c8beef63130d.tar.gz |
Switch to using XFree86 version 4. We do this thru installing the package,
so know we have proper PKG registration and dependency information.
This is a WIP for 5.0 DP #1, so it is still rough around the edges and
does not GC the old XFree86 3.3.6 handling stuff that should be GC'ed.
Sponsored by: FreeBSD Mall, Inc.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r-- | usr.sbin/sysinstall/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index 2320d95..96b976d 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -15,6 +15,7 @@ SRCS+= pccard.c .endif CFLAGS+= -I${.CURDIR}/../../gnu/lib/libdialog -I. +CFLAGS+= -DX_AS_PKG .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 .endif |