diff options
author | 1995-12-07 03:28:33 +0000 | |
---|---|---|
committer | 1995-12-07 03:28:33 +0000 | |
commit | 68f1dc7615c8435c5977fedf746e44ac51eaf307 (patch) | |
tree | 502f13f9a8355398b39584a0c4b38c81e7a53fa3 /sys | |
parent | shrink bootblocks by splitting libsa contents into more files. from (diff) | |
download | wireguard-openbsd-68f1dc7615c8435c5977fedf746e44ac51eaf307.tar.xz wireguard-openbsd-68f1dc7615c8435c5977fedf746e44ac51eaf307.zip |
update to use new files in libsa
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/stand/libsa/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index 9214ff4e05d..9306a395325 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1995/12/06 10:53:00 deraadt Exp $ +# $Id: Makefile,v 1.6 1995/12/07 03:28:33 deraadt Exp $ LIB=sa @@ -17,7 +17,8 @@ SRC_net= nfs.c rpc.c net.c ether.c arp.c in_cksum.c netif.c \ SRC_sa = alloc.c bcopy.c close.c getfile.c open.c \ - printf.c read.c strerror.c ufs.c globals.c lseek.c + printf.c read.c strerror.c ufs.c globals.c lseek.c \ + closeall.c dev.c dkcksum.c nullfs.c fstat.c SRC_kern= ashrdi3.c bcmp.c bzero.c strcmp.c strlen.c |