From d785e1afc3af7eca5b115ffea303b728cd0a728d Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 22 Nov 1995 11:17:17 +0000 Subject: [PATCH] do not need to load off 4.3 filesystems --- sys/arch/mvme68k/stand/libsa/Makefile | 4 ++-- 1 file 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} -- 2.20.1