]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Only use SYMLINKS when PROG is defined.
authorveego <veego@NetBSD.org>
Sat, 11 Oct 1997 19:55:46 +0000 (19:55 +0000)
committerveego <veego@NetBSD.org>
Sat, 11 Oct 1997 19:55:46 +0000 (19:55 +0000)
Makefile.inc

index fb796286db7f83fffdf43657f32a7af7a98fc27b..0b7613ab3a7ca15a6609a9913e5d34d304e3bc3b 100644 (file)
@@ -1,11 +1,15 @@
-#      $NetBSD: Makefile.inc,v 1.4 1997/03/27 09:08:58 mycroft Exp $
+#      $NetBSD: Makefile.inc,v 1.5 1997/10/11 19:55:46 veego Exp $
 #      @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
 
+
 BINOWN?=       games
 .if defined(HIDEGAME)
 BINDIR?=       /usr/games/hide
 BINMODE?=      4700
+.if defined(PROG)
 SYMLINKS+=     dm /usr/games/${PROG}
+.endif
 .else
 BINDIR?=       /usr/games
 .endif
+