date and time created 91/05/08 21:50:13 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 9 May 1991 12:50:13 +0000 (04:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 9 May 1991 12:50:13 +0000 (04:50 -0800)
SCCS-vsn: sys/vax/stand/libsa/Makefile 5.1

usr/src/sys/vax/stand/libsa/Makefile [new file with mode: 0644]

diff --git a/usr/src/sys/vax/stand/libsa/Makefile b/usr/src/sys/vax/stand/libsa/Makefile
new file mode 100644 (file)
index 0000000..2f22f5c
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+LIB=   sa
+SRCS=  bmap.c close.c dev.c getfile.c gets.c ioctl.c lseek.c open.c \
+       printf.c read.c stat.c sys.c write.c
+.PATH: ../../../stand
+NOPROFILE=noprofile
+
+.include <bsd.lib.mk>
+