summaryrefslogtreecommitdiffstats
path: root/cribbage/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 /cribbage/Makefile
parentede881fe14b692e673852957afbc06dfbcff3d86 (diff)
downloadbsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.tar.gz
bsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.tar.zst
bsdgames-darwin-8f6735a7b8851d9f9e1e24b84f4db412ff678e37.zip
- Makefile cleanups
Diffstat (limited to 'cribbage/Makefile')
-rw-r--r--cribbage/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/cribbage/Makefile b/cribbage/Makefile
index 948101b0..77518c01 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1996/10/18 02:45:34 thorpej Exp $
+# $NetBSD: Makefile,v 1.7 1997/03/24 22:15:41 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= cribbage
@@ -7,9 +7,8 @@ LDADD= -lcurses -ltermlib
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN= cribbage.6
HIDEGAME=hidegame
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
- ${DESTDIR}/usr/share/games/cribbage.instr
+FILES= cribbage.n
+FILESNAME=cribbage.instr
+FILESDIR=/usr/share/games
.include <bsd.prog.mk>