aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sed/Makefile
blob: 9f999ae8e3e12b40a785f83b6a312cec3ebc3c52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.include <src.opts.mk>

PACKAGE=	runtime
PROG=	sed
SRCS=	compile.c main.c misc.c process.c

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>