summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-08 20:39:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-08 20:39:40 +0000
commit662f3d9180d269032a46b2c5592c3518b9eb0576 (patch)
tree53032fca8e84e31d1ca0daaa31a81dc934189e14 /usr.bin
parentfc324e99fe923f248e62fb00affd7bd498b4de96 (diff)
ensure obj/clean/cleandir run on pctrctl for all arch
Diffstat (limited to 'usr.bin')
-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