opnsense-src/usr.sbin/bsdinstall/scripts/Makefile
Nathan Whitehorn b70047d413 Add generation of an installation manifest containing SHA256 checksums as
well as package descriptions and add code in the installer to check the
checksums.
2011-03-13 17:15:31 +00:00

9 lines
203 B
Makefile

# $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>