summaryrefslogtreecommitdiffstats
path: root/lkm/atapi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lkm/atapi/Makefile')
-rw-r--r--lkm/atapi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lkm/atapi/Makefile b/lkm/atapi/Makefile
index 43125cf..cdecdbb 100644
--- a/lkm/atapi/Makefile
+++ b/lkm/atapi/Makefile
@@ -1,11 +1,11 @@
-# $Id: $
+# $Id: Makefile,v 1.3 1996/05/07 23:19:28 wosch Exp $
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = atapi_mod
SRCS = atapi.c wdc.h #wcd.h
NOMAN =
BINDIR = /lkm
-CFLAGS += -nostdinc -I. -I/sys -DATAPI -DATAPI_MODULE
+CFLAGS += -nostdinc -I. -DATAPI -DATAPI_MODULE
CLEANFILES += $(KMOD) machine wdc.h wcd.h *.b
LN = ln -f -s
EXPORT_SYMS = _atapi_mod _atapi_debug_ptr _atapi_intr_ptr \
OpenPOWER on IntegriCloud