diff options
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile index cde4c98..9b562d5 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> |