diff options
Diffstat (limited to 'share/dict/Makefile')
-rw-r--r-- | share/dict/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile index 399e409..9d756c7 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -1,13 +1,11 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 # $FreeBSD$ -# XXX MISSING: connectives words -FILES= README propernames web2 web2a -SYMLINKS= web2 ${BINDIR}/dict/words -NOOBJ= noobj +NOOBJ= noobj -beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \ - ${DESTDIR}${BINDIR}/dict +# XXX MISSING: connectives words +FILES= README propernames web2 web2a +FILESDIR= ${BINDIR}/dict +SYMLINKS= web2 ${FILESDIR}/words .include <bsd.prog.mk> |