]> git.cameronkatri.com Git - apple_cmds.git/blob - text_cmds/sed/Makefile
text_cmds: All done
[apple_cmds.git] / text_cmds / sed / Makefile
1 PROG= sed
2 SRCS= compile.c \
3 main.c \
4 misc.c \
5 process.c
6
7 .include <bsd.prog.mk>