home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sys / i386 / stand / libsa / Makefile next >
Encoding:
Makefile  |  1991-05-08  |  219 b   |  11 lines

  1. #    @(#)Makefile    5.1 (Berkeley) 5/8/91
  2.  
  3. LIB=    sa
  4. SRCS=    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
  7. NOPROFILE=noprofile
  8.  
  9. .include <bsd.lib.mk>
  10.  
  11.