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