diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-20 15:10:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-20 15:10:52 +0000 |
commit | 5379c1d211ad57ef0f54c313eadef39c3117aefa (patch) | |
tree | 7eb7ec9b24ca9cab44dc409b02456e7241443697 /sbin/kbd/Makefile | |
parent | 5ca1cc0efb3a9dd0b35aa844284699a81b8b9794 (diff) |
use .elif
Diffstat (limited to 'sbin/kbd/Makefile')
-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 |