diff options
author | tron <tron> | 1998-08-09 23:15:06 +0000 |
---|---|---|
committer | tron <tron> | 1998-08-09 23:15:06 +0000 |
commit | 74979d7ca0ea66e3d121e8d4cf517b75baf811b3 (patch) | |
tree | 75428989633ca68c91c8bf5ddc9424bbe49be805 /games/battalion | |
parent | 747f24b89ef3a68a296f7ef489474f1e422d981a (diff) | |
download | pkgsrc-74979d7ca0ea66e3d121e8d4cf517b75baf811b3.tar.gz |
Make "clean" should be quiet.
Diffstat (limited to 'games/battalion')
-rw-r--r-- | games/battalion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile index 3ea5a7c585f..9d8d61b228a 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/06 21:07:39 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/09 23:15:06 tron Exp $ # DISTNAME= battalion @@ -33,7 +33,7 @@ do-install: ${INSTALL} -c -o root -g games -m 0664 /dev/null ${PREFIX}/share/battalion/battalion_hiscore pre-clean: - ${RM} -rf ${WRKDIR}/battalionSUN4 + @${RM} -rf ${WRKDIR}/battalionSUN4 .include "../../mk/bsd.pkg.mk" |