diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-12-26 10:31:29 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-26 10:31:29 +0000 |
| commit | a824498e2deed8098a83d7b13340648366cf677a (patch) | |
| tree | 736cab5c2b6cdfd07dfaa85a75d7c31c239066ee /share/dict/Makefile | |
| parent | 1b1deb2dba84c51b7b15a384f77f093d8949fc91 (diff) | |
Notes
Diffstat (limited to 'share/dict/Makefile')
| -rw-r--r-- | share/dict/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile index b73fba3a7893..399e40962903 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -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> |
