diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-08 23:38:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-08 23:38:28 +0000 |
commit | 7dea7c7707e6dc178cbf9dfc8d60d1a185b2f977 (patch) | |
tree | 9a30db42a1a1ad0492a21dc7255259d13da922f0 /usr.bin/Makefile | |
parent | 513910cf3c19d0aca5e0e28793afff3e3daad295 (diff) |
.elif
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ba13ae1bb3b..7fc21cad41f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1996/08/08 20:39:39 deraadt 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 @@ -28,7 +28,7 @@ SUBDIR+= ar gprof nm ranlib size strip strings .if make(clean) || make(cleandir) || make(obj) SUBDIR+= pctrctl -.if ${MACHINE_ARCH} == "i386" +.elif ${MACHINE_ARCH} == "i386" SUBDIR+= pctrctl .endif |