NetBSD/distrib/i386/Makefile
khorben 2bf249a542 This is the i386 version of the support for full-disk encryption; this commit allows building the ramdisk required as well as the associated kernel module (to be loaded in the kernel by the bootloader).
This was tested on my Lenovo ThinkPad X301 just like for the amd64 port.

XXX implement support for full-disk encryption installs in sysinst
2013-07-16 02:10:43 +00:00

26 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.10 2013/07/16 02:10:43 khorben Exp $
SUBDIR=
SUBDIR+= ramdisks
SUBDIR+= .WAIT
SUBDIR+= instkernel
SUBDIR+= kmod
SUBDIR+= kmod-cgdroot
SUBDIR+= .WAIT
SUBDIR+= cdroms
SUBDIR+= floppies
SUBDIR+= liveimage
SUBDIR+= installimage
TARGETS+= release
iso_image:
${MAKEDIRTARGET} cdroms iso_image
live_image:
${MAKEDIRTARGET} liveimage live_image
install_image:
${MAKEDIRTARGET} installimage install_image
.include <bsd.subdir.mk>