]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/bsdinstall/scripts/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>