diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 20:03:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-10 20:03:50 +0000 |
commit | e1f3a8c91d3ddf570554115d7d94fbf8ffa326fa (patch) | |
tree | c911696626ffdd035bc31ee4362695dd6aaa7922 /sys/arch/mvme68k/stand/libsa/Makefile | |
parent | 98d1d388214f4dd9c8cf4d8345a6a3569bc6adff (diff) |
machine@
Diffstat (limited to 'sys/arch/mvme68k/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 11 |
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> |