freebsd-dev/share/Makefile

14 lines
302 B
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1999-10-17 13:42:03 +00:00
# $FreeBSD$
1994-05-30 19:09:18 +00:00
# Do not include `info' in the SUBDIR list, it is handled separately.
SUBDIR= colldef dict examples isdn man me misc mk mklocale skel \
syscons tabset termcap timedef zoneinfo
.if !defined(NO_SHAREDOCS)
SUBDIR+= doc
.endif
1994-05-30 19:09:18 +00:00
.include <bsd.subdir.mk>