]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdconfig/Makefile
ndp(8): increase buffer size in rtsock mode
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig / Makefile
1
2 .include <src.opts.mk>
3
4 SUBDIR= console \
5         diskmgmt \
6         docsinstall \
7         dot \
8         include \
9         includes \
10         mouse \
11         networking \
12         packages \
13         password \
14         security \
15         share \
16         startup \
17         timezone \
18         ttys \
19         usermgmt
20
21 .if ${MK_EXAMPLES} != "no"
22 SUBDIR+= examples
23 .endif
24
25 FILESDIR=       ${LIBEXECDIR}/bsdconfig
26 FILES=          USAGE
27
28 SCRIPTS= bsdconfig
29
30 MAN= bsdconfig.8
31
32 .include <bsd.prog.mk>