summaryrefslogtreecommitdiffstats
path: root/sys/modules/joy/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-01 18:12:15 +0000
committerbde <bde@FreeBSD.org>1998-02-01 18:12:15 +0000
commit6a99eb78ce363b4c84ab8b4ac92fa3e8a550ec85 (patch)
tree1b168dec2811e75425c4dafedff60700a9791bbe /sys/modules/joy/Makefile
parent81f0e56cf6f29d0aab4c756546b75a094a98b770 (diff)
downloadFreeBSD-src-6a99eb78ce363b4c84ab8b4ac92fa3e8a550ec85.zip
FreeBSD-src-6a99eb78ce363b4c84ab8b4ac92fa3e8a550ec85.tar.gz
Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
Diffstat (limited to 'sys/modules/joy/Makefile')
-rw-r--r--sys/modules/joy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile
index 38327a4..e3b880f 100644
--- a/sys/modules/joy/Makefile
+++ b/sys/modules/joy/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.5 1997/02/22 12:48:16 peter Exp $
+# $Id: Makefile,v 1.6 1998/01/24 02:21:51 eivind Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = joy_mod
SRCS = joy.c joy.h opt_devfs.h
MAN8 = joy.8
-CFLAGS += -I. -DJOY_MODULE
+CFLAGS += -DJOY_MODULE
CLEANFILES += joy.h opt_devfs.h
joy.h:
OpenPOWER on IntegriCloud