diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/devd/Makefile | 1 | ||||
-rw-r--r-- | sbin/dhclient/Makefile | 1 | ||||
-rw-r--r-- | sbin/growfs/Makefile | 1 | ||||
-rw-r--r-- | sbin/ifconfig/Makefile | 1 | ||||
-rw-r--r-- | sbin/mdconfig/Makefile | 1 | ||||
-rw-r--r-- | sbin/pfctl/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 3701e6e9457d..a035c92151b4 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -18,6 +18,7 @@ CFLAGS+=-I. -I${.CURDIR} CLEANFILES= y.output +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index f4a9a331ca66..98beb6e44634 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -46,6 +46,7 @@ LIBADD= util WARNS?= 2 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile index 1adb0199e735..01a209849789 100644 --- a/sbin/growfs/Makefile +++ b/sbin/growfs/Makefile @@ -22,6 +22,7 @@ NO_WCAST_ALIGN= yes LIBADD= util +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> diff --git a/sbin/ifconfig/Makefile b/sbin/ifconfig/Makefile index 567734781b35..ae5b01682404 100644 --- a/sbin/ifconfig/Makefile +++ b/sbin/ifconfig/Makefile @@ -67,6 +67,7 @@ MAN= ifconfig.8 CFLAGS+= -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wnested-externs WARNS?= 2 +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> diff --git a/sbin/mdconfig/Makefile b/sbin/mdconfig/Makefile index eeb2a93d2023..1cf610cb5939 100644 --- a/sbin/mdconfig/Makefile +++ b/sbin/mdconfig/Makefile @@ -8,6 +8,7 @@ MAN= mdconfig.8 LIBADD= util geom +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile index f182dde1790e..de1f64dd0269 100644 --- a/sbin/pfctl/Makefile +++ b/sbin/pfctl/Makefile @@ -31,6 +31,7 @@ YFLAGS= LIBADD= m md +HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .include <bsd.prog.mk> |