]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/bsdconfig/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>