From 9f795376b3921c04e5abe4bc29b1905e78ae2db2 Mon Sep 17 00:00:00 2001 From: wosch Date: Tue, 7 May 1996 23:19:49 +0000 Subject: ``mv'' -> ``mv -f'' ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root --- lkm/atapi/Makefile | 4 +++- lkm/wcd/Makefile | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'lkm') diff --git a/lkm/atapi/Makefile b/lkm/atapi/Makefile index b1d54ff..43125cf 100644 --- a/lkm/atapi/Makefile +++ b/lkm/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 diff --git a/lkm/wcd/Makefile b/lkm/wcd/Makefile index 162de4b..d855075 100644 --- a/lkm/wcd/Makefile +++ b/lkm/wcd/Makefile @@ -1,3 +1,5 @@ +# $Id: $ + .PATH: ${.CURDIR}/../../sys/i386/isa KMOD = wcd_mod SRCS = wcd.c wdc.h wcd.h @@ -23,6 +25,6 @@ wcd.h: .c.o: -@$(LN) /sys/i386/include machine $(CC) $(CFLAGS) -c $< - -@rm machine + -@rm -f machine .include -- cgit v1.1