Makefile revision 219019
1# $FreeBSD: head/usr.sbin/bsdinstall/scripts/Makefile 218799 2011-02-18 14:54:34Z nwhitehorn $
2
3SCRIPTS= auto adduser config hostname jail keymap mount netconfig rootpass \
4	 services time umount wlanconfig
5BINDIR= /usr/libexec/bsdinstall
6
7NO_MAN=	true
8
9.include <bsd.prog.mk>
10