diff options
| author | christos <christos@NetBSD.org> | 1997-03-24 22:15:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-03-24 22:15:37 +0000 |
| commit | 8f6735a7b8851d9f9e1e24b84f4db412ff678e37 (patch) | |
| tree | a7f36a113867b96038905924e459d9438fb281ca /quiz | |
| parent | ede881fe14b692e673852957afbc06dfbcff3d86 (diff) | |
| download | bsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.tar.gz bsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.zip | |
- Makefile cleanups
Diffstat (limited to 'quiz')
| -rw-r--r-- | quiz/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/quiz/Makefile b/quiz/Makefile index 05d0baf3..807ac4fe 100644 --- a/quiz/Makefile +++ b/quiz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1996/10/18 02:49:35 thorpej Exp $ +# $NetBSD: Makefile,v 1.11 1997/03/24 22:15:48 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 PROG= quiz @@ -9,9 +9,7 @@ CATS= africa america areas arith asia babies bard chinese collectives \ midearth morse mult murders poetry posneg pres province seq-easy \ seq-hard sexes sov spell state trek ucc HIDEGAME=hidegame - -beforeinstall: - (cd ${.CURDIR}/datfiles; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} \ - -m 444 ${CATS} ${DESTDIR}/usr/share/games/quiz.db) +FILES= ${CATS:S@^@${.CURDIR}/datfiles/@} +FILESDIR=/usr/share/games/quiz.db .include <bsd.prog.mk> |
