7fdd45b091
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
11 lines
278 B
Makefile
11 lines
278 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS= auto adduser checksum config docsinstall entropy hostname jail \
|
|
keymap mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 \
|
|
rootpass script services time umount wlanconfig zfsboot
|
|
BINDIR= ${LIBEXECDIR}/bsdinstall
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|