summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/Makefile
blob: 757619457397e36fc6acde894a43f513cf6a8988 (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
# $FreeBSD$

NO_OBJ=

SUBDIR=	console \
	diskmgmt \
	docsinstall \
	dot \
	examples \
	include \
	mouse \
	networking \
	password \
	security \
	share \
	startup \
	timezone \
	ttys \
	usermgmt

FILESDIR=	${LIBEXECDIR}/bsdconfig
FILES=		USAGE

SCRIPTS= bsdconfig

MAN= bsdconfig.8

beforeinstall:
	mkdir -p ${DESTDIR}${FILESDIR}
	mkdir -p ${DESTDIR}${SCRIPTSDIR}
	mkdir -p ${DESTDIR}${MANDIR}8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud