summaryrefslogtreecommitdiffstats
path: root/share/Makefile
blob: 8483c39ed3dcce596c50d6ac6262a41f24e1a284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#	@(#)Makefile	8.1 (Berkeley) 6/5/93
# $FreeBSD$

# Do not include `info' in the SUBDIR list, it is handled separately.

SUBDIR=	colldef \
	dict \
	${_doc} \
	examples \
	${_isdn} \
	man \
	me \
	misc \
	mk \
	mklocale \
	monetdef \
	msgdef \
	numericdef \
	${_sendmail} \
	skel \
	snmp \
	syscons \
	tabset \
	termcap \
	timedef \
	zoneinfo

.if !defined(NO_I4B)
_isdn=		isdn
.endif

.if !defined(NO_SENDMAIL)
_sendmail=	 sendmail
.endif

.if !defined(NO_SHAREDOCS)
_doc=		doc
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud