diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 22:01:23 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 22:01:23 +0000 |
commit | f542137e66fd4e5b821c1a3845b5d6879436a380 (patch) | |
tree | 1e3de3e4e8d89c39478ec63c462e72366f03e4d1 | |
parent | The jove tar file that came from the master site doesn't have a subdir (diff) |
Add golddig to the SUBDIR list.
Notes
Notes:
svn path=/head/; revision=432
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 93997f5734e0..66a0f42d5f65 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.6 1994/09/26 13:39:19 jkh Exp $ +# $Id: Makefile,v 1.1 1994/10/04 15:20:32 jkh Exp $ # -SUBDIR= jetpack xmris +SUBDIR= golddig jetpack xmris .include <bsd.port.subdir.mk> |