diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-22 11:17:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-22 11:17:18 +0000 |
commit | 6a896f7ead18dab856d125eb57df495488614910 (patch) | |
tree | dd2a9e2aa46717aca2cac3089e7915996e02797d /sys/arch/mvme68k | |
parent | 1ee4a93962d4837e81a8dea248c986b96eb3f662 (diff) |
do not need to load off 4.3 filesystems
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index e8aa468c5e9..b34807022fd 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/11/07 08:50:40 deraadt Exp $ +# $Id: Makefile,v 1.4 1995/11/22 11:17:17 deraadt Exp $ LIB=sa @@ -32,7 +32,7 @@ SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_sun3} ${SRC_here} # DBG= -DDEBUG -DNETIF_DEBUG -DNFS_DEBUG -DRPC_DEBUG \ # -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG -DEFS= -DCOMPAT_UFS +#DEFS= -DCOMPAT_UFS INCL= -I. -I${S}/lib/libsa -I${S} COPTS= #-fno-defer-pop CFLAGS= -O ${COPTS} ${DEFS} ${DBG} ${INCL} |