diff options
author | 1999-07-20 15:10:51 +0000 | |
---|---|---|
committer | 1999-07-20 15:10:51 +0000 | |
commit | 5e3b3e205e22856d2f796492a3b14afa1ad5beda (patch) | |
tree | 14f735c48f132300379b40a87c4f45da2e3b7bca | |
parent | export cr28 for DEBUGging purposes (diff) | |
download | wireguard-openbsd-5e3b3e205e22856d2f796492a3b14afa1ad5beda.tar.xz wireguard-openbsd-5e3b3e205e22856d2f796492a3b14afa1ad5beda.zip |
use .elif
-rw-r--r-- | sbin/kbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index 4b6d1ddfe73..22f8b95fb52 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1999/07/18 17:21:10 maja Exp $ +# $OpenBSD: Makefile,v 1.7 1999/07/20 15:10:51 deraadt Exp $ PROG= kbd MAN= kbd.8 @@ -12,7 +12,7 @@ CFLAGS+=-DHAVEPCVT .if (${MACHINE} == "i386") || (${MACHINE} == "arc") SRCS+= kbd_i386.c -.else if (${MACHINE} == "sparc") +.elif (${MACHINE} == "sparc") SRCS+= kbd_sparc.c .else SRCS+= kbd_void.c |