BSD 4_4 release
[unix-history] / usr / src / sys / vax / stand / libsa / Makefile
CommitLineData
ad787160 1# @(#)Makefile 5.1 (Berkeley) 5/8/91
f0c86a1b
KB
2
3LIB= sa
4SRCS= bmap.c close.c dev.c getfile.c gets.c ioctl.c lseek.c open.c \
5 printf.c read.c stat.c sys.c write.c
6.PATH: ../../../stand
7NOPROFILE=noprofile
8
9.include <bsd.lib.mk>
10