diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-23 23:52:22 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-23 23:52:22 +0000 |
commit | 64c67bb09cffb943b7a127a4ec27eaaa3172a229 (patch) | |
tree | da5a9f692aef216c2cb418b6e9ce5aba4d5b6570 | |
parent | fb062fef929700eee78daa71d3990b41b9533647 (diff) |
-I${.CURDIR} makes no sense now that we don't look at the tables/ directory.
-rw-r--r-- | sbin/kbd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index 240623dc14a..b806faecf11 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2002/08/12 10:46:54 miod Exp $ +# $OpenBSD: Makefile,v 1.16 2002/11/23 23:52:21 miod Exp $ .if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ @@ -7,7 +7,6 @@ PROG= kbd SRCS= main.c kbd_wscons.c -CFLAGS+=-I${.CURDIR} LDADD= -lkvm DPADD= ${LIBKVM} |