]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdconfig/Makefile
MFC r318722:
[FreeBSD/stable/10.git] / usr.sbin / bsdconfig / Makefile
1 # $FreeBSD$
2
3 SUBDIR= console \
4         diskmgmt \
5         docsinstall \
6         dot \
7         examples \
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 FILESDIR=       ${LIBEXECDIR}/bsdconfig
22 FILES=          USAGE
23
24 SCRIPTS= bsdconfig
25
26 MAN= bsdconfig.8
27
28 .include <bsd.prog.mk>