aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/atapi
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
commit9fb933075efacc206d4968ca872ad7ea94349ba4 (patch)
tree5618f6a0a4a19c1125bc494850591fa1ee21df48 /sys/modules/atapi
parent757dab8dcb5c53176aa0d6e82e3a0649d119f7e5 (diff)
Notes
Diffstat (limited to 'sys/modules/atapi')
-rw-r--r--sys/modules/atapi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile
index b1d54ff19e9a..43125cf25ea0 100644
--- a/sys/modules/atapi/Makefile
+++ b/sys/modules/atapi/Makefile
@@ -1,3 +1,5 @@
+# $Id: $
+
.PATH: ${.CURDIR}/../../sys/i386/isa
KMOD = atapi_mod
SRCS = atapi.c wdc.h #wcd.h
@@ -27,6 +29,6 @@ wcd.h:
.c.o:
-@$(LN) /sys/i386/include machine
$(CC) $(CFLAGS) -c $<
- -@rm machine
+ -@rm -f machine
.include <bsd.kmod.mk>