blob: e32fda6edf4b19fb7c47368295e09e245bce65e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
SCRIPTS= auto adduser checksum config hostname jail keymap mirrorselect \
mount netconfig netconfig_ipv4 netconfig_ipv6 rootpass services \
time umount wlanconfig
BINDIR= /usr/libexec/bsdinstall
NO_MAN= true
.include <bsd.prog.mk>
|