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