blob: 5e450b7bfedc8025a2552f7dbfb0289af3a3b9f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
SCRIPTS= auto adduser checksum config docsinstall 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>
|