summaryrefslogtreecommitdiff
path: root/share/mk/bsd.lkm.mk
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-12-31 23:49:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-12-31 23:49:47 +0000
commit69b9fcafc2c0143f3a66fb1fc309bf52b40ccd81 (patch)
treebe35590fbfc080fafed1638909cf38e267a4272c /share/mk/bsd.lkm.mk
parent55d93ba9b208ae6a0efc29a6c95ff5aa41eca32b (diff)
Add ${PIPE} in sys.mk so we do no need to add all over the places; evanc@concer.to
Diffstat (limited to 'share/mk/bsd.lkm.mk')
-rw-r--r--share/mk/bsd.lkm.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.lkm.mk b/share/mk/bsd.lkm.mk
index 65f315dfe86..04e313e51b7 100644
--- a/share/mk/bsd.lkm.mk
+++ b/share/mk/bsd.lkm.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.lkm.mk,v 1.13 1998/12/19 19:07:33 millert Exp $
+# $OpenBSD: bsd.lkm.mk,v 1.14 1998/12/31 23:49:45 millert Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -12,9 +12,9 @@
# to the tree we're actually belonging to we check BSDSRCDIR. On multi-tree
# machines /sys isn't always a link to the correct tree.
.if defined(BSDSRCDIR)
-CFLAGS+= ${COPTS} ${PIPE} -D_KERNEL -I${BSDSRCDIR}/sys -I${BSDSRCDIR}/sys/arch
+CFLAGS+= ${COPTS} -D_KERNEL -I${BSDSRCDIR}/sys -I${BSDSRCDIR}/sys/arch
.else
-CFLAGS+= ${COPTS} ${PIPE} -D_KERNEL -I/sys -I/sys/arch
+CFLAGS+= ${COPTS} -D_KERNEL -I/sys -I/sys/arch
.endif
LDFLAGS+= -r