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