opnsense-src/sbin/sysctl/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
278 B
Makefile
Raw Permalink Normal View History

1994-05-26 01:23:31 -04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <src.opts.mk>
PACKAGE=runtime
CONFS= sysctl.conf
1994-05-26 01:23:31 -04:00
PROG= sysctl
WARNS?= 3
MAN= sysctl.8
1994-05-26 01:23:31 -04:00
.if ${MK_JAIL} != "no" && !defined(RESCUE)
CFLAGS+= -DJAIL
LIBADD+= jail
.endif
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
1994-05-26 01:23:31 -04:00
.include <bsd.prog.mk>