summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-11-15 05:02:06 +0000
committerngie <ngie@FreeBSD.org>2014-11-15 05:02:06 +0000
commit94236d8fbca16c49c9f5424d8737d1553b4a6aba (patch)
tree699c22acf8be08ae7677bf8fe5b2c9cc12639282 /tests
parenta568265b4eb9497e64d3823a2f96ac8c016329e7 (diff)
downloadFreeBSD-src-94236d8fbca16c49c9f5424d8737d1553b4a6aba.zip
FreeBSD-src-94236d8fbca16c49c9f5424d8737d1553b4a6aba.tar.gz
MFC r274267:
Use PROGS instead of PROG and remove unnecessary SRCS?= assignment Using PROG instead of PROGS will in cases of high -j with -DNO_ROOT cause the PROG to show up more than once as it's handling the SCRIPTS install case in a recursive manner, separate from the non-recursive case After the recent batch of commits to bsd.progs.mk to fix behavior with how variables are defaulted to, explicitly setting SRCS for a PROG is no longer required Reviewed by: asomers Phabric: D1130 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/netinet/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/sys/netinet/Makefile b/tests/sys/netinet/Makefile
index aff1b42..6875e58 100644
--- a/tests/sys/netinet/Makefile
+++ b/tests/sys/netinet/Makefile
@@ -3,9 +3,8 @@
TESTSDIR= ${TESTSBASE}/sys/netinet
BINDIR= ${TESTSDIR}
-ATF_TESTS_SH+= fibs_test
-PROG= udp_dontroute
-SRCS= udp_dontroute.c
+ATF_TESTS_SH= fibs_test
+PROGS= udp_dontroute
NO_MAN=
WARNS?= 6
OpenPOWER on IntegriCloud