aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/etcupdate/Makefile
blob: 155151de02f8288b250ca838ed0365d7e8d86317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.include <src.opts.mk>

SCRIPTS=etcupdate.sh
MAN=	etcupdate.8

.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif

.include <bsd.prog.mk>