]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/bsdinstall/scripts/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / bsdinstall / scripts / Makefile
1 # $FreeBSD$
2
3 SCRIPTS= auto adduser checksum config docsinstall hostname jail keymap \
4          mirrorselect mount netconfig netconfig_ipv4 netconfig_ipv6 rootpass \
5          script services time umount wlanconfig
6 BINDIR= /usr/libexec/bsdinstall
7
8 NO_MAN= true
9
10 .include <bsd.prog.mk>