Remove some games/ cruft that is no longer of relevance.

This commit is contained in:
Mark Murray 2003-05-03 15:48:12 +00:00
parent b7dbd3e95e
commit 04b151d66a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114580
2 changed files with 0 additions and 8 deletions

View File

@ -199,10 +199,6 @@ FILES A list of non-executable files.
FILESGRP, FILESMODE, FILESDIR variables that can be
further specialized by FILES<VAR>_<file>.
HIDEGAME If HIDEGAME is defined, the binary is installed in
/usr/games/hide, and a symbolic link is created to
/usr/games/dm.
LDADD Additional loader objects. Usually used for libraries.
For example, to load with the compatibility and utility
libraries, use:

View File

@ -108,10 +108,6 @@ _proginstall:
${_INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}
.endif
.endif
.if defined(HIDEGAME)
(cd ${DESTDIR}${ORIGBINDIR}; ln -fs dm ${PROG}; \
chown -h ${BINOWN}:${ORIGBINGRP} ${PROG})
.endif
.endif !target(realinstall)
.if defined(SCRIPTS) && !empty(SCRIPTS)