aboutsummaryrefslogtreecommitdiff
path: root/share/dict/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
commita7aaf57e4ad6cdbd4674aa3188439366d68f8ce1 (patch)
tree7fd7e5683e347709f8bd623688bd94074689c72a /share/dict/Makefile
parent9207b4cff7b8d483f4dd3c62266c2b58819eb7f9 (diff)
downloadsrc-a7aaf57e4ad6cdbd4674aa3188439366d68f8ce1.tar.gz
src-a7aaf57e4ad6cdbd4674aa3188439366d68f8ce1.zip
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
Notes
Notes: svn path=/head/; revision=88055
Diffstat (limited to 'share/dict/Makefile')
-rw-r--r--share/dict/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile
index 399e40962903..9d756c715424 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>