diff options
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/fish/Makefile b/fish/Makefile index ad478edb..f9533a0a 100644 --- a/fish/Makefile +++ b/fish/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.7 1996/10/18 02:46:02 thorpej Exp $ +# $NetBSD: Makefile,v 1.8 1997/03/24 22:15:42 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= fish MAN= fish.6 HIDEGAME=hidegame - -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fish.instr \ - ${DESTDIR}/usr/share/games/fish.instr +FILES=fish.instr +FILESDIR=/usr/share/games .include <bsd.prog.mk> |
