Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / sys / i386 / stand / libsa / Makefile
CommitLineData
af359dea
C
1# @(#)Makefile 5.1 (Berkeley) 5/8/91
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