summaryrefslogtreecommitdiff
path: root/regress/sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-07-03 21:12:25 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-07-03 21:12:25 +0000
commit09b97488f3ed38a74b87696182bba7369db5cca9 (patch)
treef97746f517bde792c9fc9d96ddaaa0dcf56b4d25 /regress/sbin
parent6e5e8f11a0e6a4823e36487175cfdd139d0a5040 (diff)
Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.
Diffstat (limited to 'regress/sbin')
-rw-r--r--regress/sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/Makefile b/regress/sbin/Makefile
index 6bb9a098660..5a3aa58e338 100644
--- a/regress/sbin/Makefile
+++ b/regress/sbin/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.7 2013/08/01 21:26:30 kettenis Exp $
+# $OpenBSD: Makefile,v 1.8 2014/07/03 21:12:24 miod Exp $
SUBDIR+= route
-.if defined(REGRESS_FULL)
+.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= ipsecctl pfctl
.endif