mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
12 lines
146 B
Makefile
12 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SCRIPTS=etcupdate.sh
|
|
MAN= etcupdate.8
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|