summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-03-27 09:13:14 +0000
committermycroft <mycroft@NetBSD.org>1997-03-27 09:13:14 +0000
commitcdb33ca37ecff8a9979e17ef1d65550a559c4eee (patch)
tree6246b498a5a1cdf8b0b4f471e70a31447bffa4a8
parent0d6b2973f3a37f9c43184a9e2c2c1e2f0143c264 (diff)
Do the symlink for HIDEGAME here, via SYMLINKS.
-rw-r--r--gnu/games/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/games/Makefile.inc b/gnu/games/Makefile.inc
index 3920f6c6b57..4ef49159ba3 100644
--- a/gnu/games/Makefile.inc
+++ b/gnu/games/Makefile.inc
@@ -1,10 +1,11 @@
# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
-# $Id: Makefile.inc,v 1.2 1993/08/01 05:43:18 mycroft Exp $
+# $Id: Makefile.inc,v 1.3 1997/03/27 09:13:14 mycroft Exp $
BINOWN?= games
.if defined(HIDEGAME)
BINDIR?= /usr/games/hide
BINMODE?= 4700
+SYMLINKS+= dm /usr/games/${PROG}
.else
BINDIR?= /usr/games
.endif