home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Source Code 1993 July
/
THE_SOURCE_CODE_CD_ROM.iso
/
bsd_srcs
/
sys
/
i386
/
stand
/
libsmsa
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-05-08
|
236 b
|
11 lines
# @(#)Makefile 5.1 (Berkeley) 5/8/91
LIB= smsa
CFLAGS= -DSMALL
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>