Removed ex script left over from incomplete backout in previous commit.

Use SYMLINKS instead of an ad hoc rule for installing words -> web2.
Don't override the install target; doing so just breaks things like
SYMLINKS.

Don't override the correct defaults for the all, clean, depend, lint
and tags targets.  Don't add a null rule to the cleandepend target.
This commit is contained in:
Bruce Evans 1999-12-26 10:31:29 +00:00
parent 1b1deb2dba
commit a824498e2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55108

View file

@ -1,16 +1,13 @@
# ex:ts=8
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
# XXX MISSING: connectives words
FILES= README propernames web2 web2a
SYMLINKS= web2 ${BINDIR}/dict/words
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
.include <bsd.prog.mk>