artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c92f752
)
do not need to load off 4.3 filesystems
author
deraadt
<deraadt@openbsd.org>
Wed, 22 Nov 1995 11:17:17 +0000
(11:17 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 22 Nov 1995 11:17:17 +0000
(11:17 +0000)
sys/arch/mvme68k/stand/libsa/Makefile
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/stand/libsa/Makefile
b/sys/arch/mvme68k/stand/libsa/Makefile
index
e8aa468
..
b348070
100644
(file)
--- 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}