install data file
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 9 Dec 1990 08:43:19 +0000 (00:43 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 9 Dec 1990 08:43:19 +0000 (00:43 -0800)
SCCS-vsn: games/hack/Makefile 5.10

usr/src/games/hack/Makefile

index 7d3c9bb..dbc48c0 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.9 (Berkeley) %G%
+#      @(#)Makefile    5.10 (Berkeley) %G%
 
 PROG=  hack
 SRCS=  alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \
 
 PROG=  hack
 SRCS=  alloc.c hack.Decl.c hack.apply.c hack.bones.c hack.c hack.cmd.c \
@@ -29,7 +29,7 @@ beforeinstall:
        install -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
            ${DESTDIR}/var/games/hackdir/record
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
        install -c -o ${BINOWN} -g ${BINGRP} -m 666 /dev/null \
            ${DESTDIR}/var/games/hackdir/record
        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/help \
-           ${.CURDIR}/hh ${DESTDIR}/var/games/hackdir
+           ${.CURDIR}/hh ${.CURDIR}/data ${DESTDIR}/var/games/hackdir
        rm -f ${DESTDIR}/var/games/hackdir/bones*
 
 .include <bsd.prog.mk>
        rm -f ${DESTDIR}/var/games/hackdir/bones*
 
 .include <bsd.prog.mk>