summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd/fsinfo
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
committerwosch <wosch@FreeBSD.org>1996-05-07 23:19:49 +0000
commit9f795376b3921c04e5abe4bc29b1905e78ae2db2 (patch)
tree5618f6a0a4a19c1125bc494850591fa1ee21df48 /usr.sbin/amd/fsinfo
parent25e7738786079b0070d3ddbd5a6a9fb2279e5c9a (diff)
downloadFreeBSD-src-9f795376b3921c04e5abe4bc29b1905e78ae2db2.zip
FreeBSD-src-9f795376b3921c04e5abe4bc29b1905e78ae2db2.tar.gz
``mv'' -> ``mv -f''
``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root
Diffstat (limited to 'usr.sbin/amd/fsinfo')
-rw-r--r--usr.sbin/amd/fsinfo/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/amd/fsinfo/Makefile b/usr.sbin/amd/fsinfo/Makefile
index 2ae9344..8a216f5 100644
--- a/usr.sbin/amd/fsinfo/Makefile
+++ b/usr.sbin/amd/fsinfo/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/28/93
+# $Id: $
PROG= fsinfo
MAN8= fsinfo.8
@@ -18,12 +19,12 @@ fsi_lex.o fsinfo.o: fsi_gram.h
fsi_gram.c fsi_gram.h: ../fsinfo/fsi_gram.y
@echo "# expect 2 shift/reduce conflicts"
${YACC} -d ${.CURDIR}/fsi_gram.y
- mv y.tab.c fsi_gram.c
- mv y.tab.h fsi_gram.h
+ mv -f y.tab.c fsi_gram.c
+ mv -f y.tab.h fsi_gram.h
fsi_lex.c: ../fsinfo/fsi_lex.l
${LEX} ${.CURDIR}/fsi_lex.l
- mv lex.yy.c fsi_lex.c
+ mv -f lex.yy.c fsi_lex.c
.PATH: ${.CURDIR}/../config
.include "../../Makefile.inc"
OpenPOWER on IntegriCloud