summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-03-24 22:15:37 +0000
committerchristos <christos@NetBSD.org>1997-03-24 22:15:37 +0000
commit8f6735a7b8851d9f9e1e24b84f4db412ff678e37 (patch)
treea7f36a113867b96038905924e459d9438fb281ca /monop/Makefile
parentede881fe14b692e673852957afbc06dfbcff3d86 (diff)
downloadbsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.tar.gz
bsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.tar.zst
bsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.zip
- Makefile cleanups
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/monop/Makefile b/monop/Makefile
index 7edf5feb..2ebbdf3c 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1996/10/18 02:48:56 thorpej Exp $
+# $NetBSD: Makefile,v 1.14 1997/03/24 22:15:47 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= monop
@@ -9,6 +9,8 @@ DPADD+= ${LIBCOMPAT}
LDADD+= -lcompat
HIDEGAME=hidegame
CLEANFILES+=initdeck cards.pck
+FILES=cards.pck
+FILESDIR=/usr/share/games
monop: cards.pck
@@ -18,8 +20,4 @@ cards.pck: initdeck
initdeck: initdeck.c
${CC} ${CFLAGS} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} ${.CURDIR}/initdeck.c ${LDADD}
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 cards.pck \
- ${DESTDIR}/usr/share/games
-
.include <bsd.prog.mk>