moved Makefile -> Makefile.bsd
(cvs add ../Makefile doesn't work otherwise)
This commit is contained in:
parent
6c5fe93efb
commit
5594a0292f
10
usr.bin/sed/Makefile.bsd
Normal file
10
usr.bin/sed/Makefile.bsd
Normal 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>
|
Loading…
Reference in New Issue
Block a user