summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/libsa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-19 13:53:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-19 13:53:19 +0000
commitc7b5934b74afaa45a0e07b9b516834569d903d35 (patch)
treed13b52f29dbce17457aa3dd5abf12f5e72c6b2d2 /sys/arch/sun3/stand/libsa
parent3e13176d82e9d5729726ac59122d0cea6b55275b (diff)
from netbsd; just cleanup
Diffstat (limited to 'sys/arch/sun3/stand/libsa')
-rw-r--r--sys/arch/sun3/stand/libsa/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sun3/stand/libsa/Makefile b/sys/arch/sun3/stand/libsa/Makefile
index cee38fb82ca..2838d9a70d6 100644
--- a/sys/arch/sun3/stand/libsa/Makefile
+++ b/sys/arch/sun3/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1995/09/23 03:42:34 gwr Exp $
+# $NetBSD: Makefile,v 1.8.2.1 1995/11/18 06:47:43 gwr Exp $
LIB=sa
@@ -26,10 +26,12 @@ SRC_here= clock.c dev_disk.c devopen.c dvma.c \
SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_sun3} ${SRC_here}
+CLEANFILES+= SRT0.o SRT1.o
+
# DBG= -DDEBUG -DNETIF_DEBUG -DNFS_DEBUG -DRPC_DEBUG \
# -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG
-DEFS= -DCOMPAT_UFS
+DEFS= -DSTANDALONE -DCOMPAT_UFS
INCL= -I${.CURDIR} -I${S}/lib/libsa -I${S}
COPTS= -msoft-float
CFLAGS= -O ${COPTS} ${DEFS} ${DBG} ${INCL}