moved Makefile -> Makefile.bsd

(cvs add ../Makefile doesn't work otherwise)
This commit is contained in:
alm 1993-04-13 23:48:12 +00:00
parent 6c5fe93efb
commit 5594a0292f

10
usr.bin/sed/Makefile.bsd Normal file
View File

@ -0,0 +1,10 @@
PROG= sed
SRCS= sed.c utils.c regex.c getopt.c getopt1.c
CFLAGS+=-I${.CURDIR} # -DSTDC_HEADERS
NOMAN=noman
sed.o regex.o: regex.h
sed.o getopt1.o: getopt.h
.include <bsd.prog.mk>