summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index e1f6fdb6..fb796286 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.3 1995/03/21 12:04:12 cgd Exp $
+# $NetBSD: Makefile.inc,v 1.4 1997/03/27 09:08:58 mycroft Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
BINOWN?= games
.if defined(HIDEGAME)
BINDIR?= /usr/games/hide
BINMODE?= 4700
+SYMLINKS+= dm /usr/games/${PROG}
.else
BINDIR?= /usr/games
.endif