freebsd-nq/usr.sbin/bsdinstall/scripts/Makefile
Nathan Whitehorn bfc3bab865 Per request of the docs team, install docs as packages, instead of via
the normal distfile mechanism. Thanks to Marc Fonvieille for the patch and
for putting up with me taking entirely too long to commit this!

Submitted by:	blackend
2011-07-09 23:01:54 +00:00

11 lines
262 B
Makefile

# $FreeBSD$
SCRIPTS= auto adduser checksum config docsinstall hostname jail keymap \
mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 rootpass \
services time umount wlanconfig
BINDIR= /usr/libexec/bsdinstall
NO_MAN= true
.include <bsd.prog.mk>