blob: a3b72d248a1462a41f88d9929809b24cf27e34b8 (
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
|
.include <src.opts.mk>
PACKAGE= bsdconfig
SUBDIR= console \
diskmgmt \
docsinstall \
dot \
include \
includes \
mouse \
networking \
packages \
password \
security \
share \
startup \
timezone \
ttys \
usermgmt
.if ${MK_EXAMPLES} != "no"
SUBDIR+= examples
.endif
FILESDIR= ${LIBEXECDIR}/bsdconfig
FILES= USAGE
SCRIPTS= bsdconfig
MAN= bsdconfig.8
.include <bsd.prog.mk>
|