12 lines
138 B
Makefile
12 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SCRIPTS=etcupdate.sh
|
|
MAN= etcupdate.8
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|