opnsense-src/usr.sbin/bsdinstall/scripts/Makefile
Brad Davis 33005c89c6 bsdinstall: break list of scripts out to one per line to make adding/removing entries easier
Approved by:		allanjude, asiciliano
Differential Revision:	https://reviews.freebsd.org/D35249
Sponsored by:		Rubicon Communications, LLC ("Netgate")
2022-05-24 09:30:31 -06:00

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>