summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/libsa/Makefile')
-rw-r--r--sys/arch/mvme68k/stand/libsa/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile
index 0b56069a653..685912d01e9 100644
--- a/sys/arch/mvme68k/stand/libsa/Makefile
+++ b/sys/arch/mvme68k/stand/libsa/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.8 1996/04/28 10:48:52 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 1996/05/10 20:03:49 deraadt Exp $
LIB=sa
-CLEANFILES+=SRT0.o SRT1.o
+CLEANFILES+=SRT0.o SRT1.o machine
NOPIC=nopic
NOPROFILE=noprofile
@@ -34,14 +34,17 @@ SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_sun3} ${SRC_here}
# -DNET_DEBUG -DRARP_DEBUG -DETHER_DEBUG
#DEFS= -DCOMPAT_UFS
-INCL= -I. -I${S}/lib/libsa -I${S}
+INCL= -I${.CURDIR} -I${S} -I${S}/lib/libsa -I${.OBJDIR}
COPTS= #-fno-defer-pop
CFLAGS= -O2 ${COPTS} ${DEFS} ${DBG} ${INCL}
.PATH: ${DIR_SA} ${DIR_KERN} ../../sun3
-all: libsa.a SRT0.o SRT1.o
+all: machine libsa.a SRT0.o SRT1.o
install:
+machine:
+ rm -f machine; ln -s ${.CURDIR}/../../include machine
+
.include <bsd.lib.mk>