diff options
author | 2002-11-23 23:53:22 +0000 | |
---|---|---|
committer | 2002-11-23 23:53:22 +0000 | |
commit | b55e5553757dc52559d1ee6f103dbdf7817813b9 (patch) | |
tree | 6ba3bc07070b2f1afd40e32a17addad630607093 | |
parent | -I${.CURDIR} makes no sense now that we don't look at the tables/ directory. (diff) | |
download | wireguard-openbsd-b55e5553757dc52559d1ee6f103dbdf7817813b9.tar.xz wireguard-openbsd-b55e5553757dc52559d1ee6f103dbdf7817813b9.zip |
Sync with sbin/kbd/Makefile
-rw-r--r-- | distrib/special/kbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/kbd/Makefile b/distrib/special/kbd/Makefile index cb7559d6357..5abbc71e92c 100644 --- a/distrib/special/kbd/Makefile +++ b/distrib/special/kbd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/08/12 10:46:52 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2002/11/23 23:53:22 miod Exp $ .if (${MACHINE} == "alpha") || (${MACHINE} == "hppa") || \ (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \ @@ -8,7 +8,7 @@ PROG= kbd COPTS+= -Os SRCS= main.c kbd_wscons.c -CFLAGS+=-DNOKVM -I${.CURDIR}/../../../sbin/kbd +CFLAGS+=-DNOKVM .PATH: ${.CURDIR}/../../../sbin/kbd LDADD= -lkvm |