aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdinstall/scripts/Makefile
blob: 147f496099214de1f18f83733a1ffbd7994ccacb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

SCRIPTS= auto adduser bootconfig checksum config docsinstall entropy \
         fetchmissingdists hardening hostname jail keymap mirrorselect mount \
         netconfig netconfig_ipv4 netconfig_ipv6 rootpass script services time \
         umount wlanconfig zfsboot
BINDIR= ${LIBEXECDIR}/bsdinstall

MAN=

.include <bsd.prog.mk>