mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
278 B
Makefile
10 lines
278 B
Makefile
# $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= ${LIBEXECDIR}/bsdinstall
|
|
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|