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