diff options
Diffstat (limited to 'games/cribbage/Makefile')
-rw-r--r-- | games/cribbage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index 1265970d065a0..4be42b67dd6cf 100644 --- a/games/cribbage/Makefile +++ b/games/cribbage/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/cribbage/Makefile,v 1.7 1999/12/10 21:13:35 billf Exp $ PROG= cribbage DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT} |