diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-26 10:01:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-26 10:01:43 +0000 |
commit | 467434707b9b022c03dc1ae8f7ec36d1a655b2f4 (patch) | |
tree | 3f7f4a581fcc51edcab28715a59dfbdc0707b977 /sys/arch/mvme68k | |
parent | db3f2ac4ff401472bb012047a994dfab57e3c20c (diff) |
More LIBKERN bits that go away
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index a06e496d90a..a659abc2e3e 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2005/02/20 15:34:06 miod Exp $ +# $OpenBSD: Makefile,v 1.18 2007/11/26 10:01:42 deraadt Exp $ LIB=sa @@ -9,12 +9,11 @@ NOPROFILE=noprofile # Logically src/sys S=${.CURDIR}/../../../.. -DIR_SA=$S/lib/libsa -DIR_KERN=$S/lib/libkern SRC_net= arp.c ether.c in_cksum.c net.c netif.c rpc.c nfs.c \ rarp.c bootparam.c +.PATH: $S/lib/libsa SRC_sa= alloc.c memcpy.c exit.c getfile.c gets.c globals.c \ printf.c strerror.c memset.c memcmp.c strncpy.c strcmp.c strlen.c \ snprintf.c \ @@ -22,6 +21,7 @@ SRC_sa= alloc.c memcpy.c exit.c getfile.c gets.c globals.c \ lseek.c open.c nullfs.c read.c fstat.c \ ufs.c cread.c +.PATH: ${S}/lib/libkern/arch/m68k ${S}/lib/libkern SRC_kern= ashrdi3.c SRC_mvme= exec_mvme.c @@ -38,8 +38,6 @@ DEFS= -D__INTERNAL_LIBSA_CREAD INCL= -I${.CURDIR} -I${.CURDIR}/../libbug -I${S}/lib/libsa -I${S} CFLAGS+= ${XCFLAGS} -O2 ${COPTS} ${DEFS} ${DBG} ${INCL} -.PATH: ${DIR_SA} ${DIR_KERN} - all: libsa.a SRT0.o install: |