opnsense-src/usr.sbin/bsdinstall/scripts/Makefile
Isaac Freund ee9cfd7275 bsdinstall: add pkgbase target
Reviewed by:	ziaee (manpages), kevans (lua), emaste
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D49822
2025-04-28 12:12:27 -04:00

38 lines
529 B
Makefile

.include <bsd.compat.pre.mk>
SCRIPTS=auto \
adduser \
bootconfig \
checksum \
config \
docsinstall \
entropy \
fetchmissingdists \
finalconfig \
firmware \
hardening \
hostname \
jail \
keymap \
mirrorselect \
mount \
netconfig \
netconfig_ipv4 \
netconfig_ipv6 \
pkgbase \
rootpass \
script \
services \
time \
umount \
wlanconfig \
zfsboot
BINDIR= ${LIBEXECDIR}/bsdinstall
MAN=
pkgbase: pkgbase.in
sed "s|%%_ALL_libcompats%%|${_ALL_libcompats}|" < ${.ALLSRC} > ${.TARGET}
.include <bsd.prog.mk>