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 --- sys/modules/atapi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/modules/atapi') diff --git a/sys/modules/atapi/Makefile b/sys/modules/atapi/Makefile index b1d54ff..43125cf 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 -- cgit v1.1