mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
Approved by: allanjude, asiciliano Differential Revision: https://reviews.freebsd.org/D35249 Sponsored by: Rubicon Communications, LLC ("Netgate")
32 lines
378 B
Makefile
32 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
SCRIPTS=auto \
|
|
adduser \
|
|
bootconfig \
|
|
checksum \
|
|
config \
|
|
docsinstall \
|
|
entropy \
|
|
fetchmissingdists \
|
|
hardening \
|
|
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>
|