2012-07-14 03:16:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
SUBDIR= console \
|
|
|
|
diskmgmt \
|
|
|
|
docsinstall \
|
|
|
|
dot \
|
|
|
|
examples \
|
|
|
|
include \
|
MFC r258355,258360,258400-258401,258406-258407,258418,258430,258439,258589-
258590,258592,258727-258728,258785, with the following descriptions:
Revisions 258400-258401,258406-258407,258590,258727-258728,258785:
+ Add a new `includes' module (see: bsdconfig includes -h) for exploring
the bsdconfig(8) API
Remaining revisions:
258592: Sort all the messages.subr files
258355: Fix typo in a comment in networking/device.subr
258360: Whitespace, style, and other changes in networking/device.subr
258418: Quote interface names for good measure in networking/device.subr
258430: Remove an unused line in networking/device.subr
258439: Minor bugfix to f_die() function in common.subr
258589: Minor bugfix to syscons_ttys module
2014-01-15 07:36:34 +00:00
|
|
|
includes \
|
2012-07-14 03:16:57 +00:00
|
|
|
mouse \
|
|
|
|
networking \
|
2013-05-07 05:40:20 +00:00
|
|
|
packages \
|
2012-07-14 03:16:57 +00:00
|
|
|
password \
|
|
|
|
security \
|
2012-09-18 22:28:42 +00:00
|
|
|
share \
|
2012-07-14 03:16:57 +00:00
|
|
|
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>
|