diff options
author | 1996-08-08 23:38:27 +0000 | |
---|---|---|
committer | 1996-08-08 23:38:27 +0000 | |
commit | 44203483631ca450dfe4f64efab77e78d233b149 (patch) | |
tree | fd3c09fe7aefc1600de22274886e12c4b004d231 | |
parent | approximate seeks; banshee@gabriella.abattoir.com (diff) | |
download | wireguard-openbsd-44203483631ca450dfe4f64efab77e78d233b149.tar.xz wireguard-openbsd-44203483631ca450dfe4f64efab77e78d233b149.zip |
.elif
-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 |