summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7afa63d2df6..ba13ae1bb3b 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 1996/08/08 18:46:58 dm Exp $
+# $OpenBSD: Makefile,v 1.16 1996/08/08 20:39:39 deraadt Exp $
# $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $
# from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91
@@ -26,6 +26,8 @@ SUBDIR= apply apropos arch asa at awk banner basename bdes biff cal calendar \
SUBDIR+= ar gprof nm ranlib size strip strings
.endif
+.if make(clean) || make(cleandir) || make(obj)
+SUBDIR+= pctrctl
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= pctrctl
.endif