diff options
author | 1996-08-08 20:39:39 +0000 | |
---|---|---|
committer | 1996-08-08 20:39:39 +0000 | |
commit | 4472bc57523627c600a74bd43d6e9c9dc2c03ec2 (patch) | |
tree | 9e6568f2cb34d8a689550c32bdaf79e9d09ad045 | |
parent | Added a pctr pseudo-device for accessing the Pentium performance counters, (diff) | |
download | wireguard-openbsd-4472bc57523627c600a74bd43d6e9c9dc2c03ec2.tar.xz wireguard-openbsd-4472bc57523627c600a74bd43d6e9c9dc2c03ec2.zip |
ensure obj/clean/cleandir run on pctrctl for all arch
-rw-r--r-- | usr.bin/Makefile | 4 |
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 |