aboutsummaryrefslogtreecommitdiff
path: root/share/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-08 03:58:52 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-08 03:58:52 +0000
commitca6aa03bec22d12b38561712ec340a00a0c8a58a (patch)
tree564cf5a1e0792a75ccb780703482604aa325fee8 /share/Makefile
parentea6351cbc743e07529faf6ec1ab338ca5d9d8788 (diff)
downloadsrc-ca6aa03bec22d12b38561712ec340a00a0c8a58a.tar.gz
src-ca6aa03bec22d12b38561712ec340a00a0c8a58a.zip
Make installs better, install the FAQ stuff, don't install CVS-dirs.
Notes
Notes: svn path=/head/; revision=4257
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile
index cde4c98b74c9..9b562d5ead4f 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# XXX BROKEN LINKS: doc
-SUBDIR= dict examples man me misc mk skel syscons tabset termcap tmac zoneinfo
+SUBDIR= FAQ dict examples man me misc mk skel syscons \
+ tabset termcap tmac zoneinfo
.include <bsd.subdir.mk>