=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.14 retrieving revision 1.17 diff -u -r1.14 -r1.17 --- src/usr.bin/Makefile 1996/08/08 02:08:20 1.14 +++ src/usr.bin/Makefile 1996/08/08 23:38:27 1.17 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 1996/08/08 02:08:20 downsj Exp $ +# $OpenBSD: Makefile,v 1.17 1996/08/08 23:38:27 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 @@ -24,6 +24,12 @@ # Don't use the standard tool chain on the alpha or mips. .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips") SUBDIR+= ar gprof nm ranlib size strip strings +.endif + +.if make(clean) || make(cleandir) || make(obj) +SUBDIR+= pctrctl +.elif ${MACHINE_ARCH} == "i386" +SUBDIR+= pctrctl .endif .include