Real link doesn't work because the install comes after. Use a symlink instead.

This commit is contained in:
mjacob 1997-05-21 21:31:43 +00:00
parent d4af46184c
commit 3942000d9a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 1997/05/09 07:50:17 mycroft Exp $
# $NetBSD: Makefile,v 1.12 1997/05/21 21:31:43 mjacob Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: connectives, words
@ -6,6 +6,6 @@
FILES= README propernames web2 web2a
FILESDIR=${BINDIR}/dict
NOOBJ= noobj
LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
SYMLINKS= web2 ${FILESDIR}/words
.include <bsd.prog.mk>