From 23cbb003292e3f61cafdea95a7a898b67d170689 Mon Sep 17 00:00:00 2001 From: cjs Date: Thu, 22 May 1997 18:05:44 +0000 Subject: [PATCH] Back out previous change; bug was in src/share/mk/bsd.prog.mk. --- share/dict/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/dict/Makefile b/share/dict/Makefile index 0adc3b61ba14..b7b4e9959513 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1997/05/21 21:31:43 mjacob Exp $ +# $NetBSD: Makefile,v 1.13 1997/05/22 18:05:44 cjs 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 -SYMLINKS= web2 ${FILESDIR}/words +LINKS= ${FILESDIR}/web2 ${FILESDIR}/words .include