NetBSD/distrib/i386/kmod/Makefile
apb 8d127e2f7d Add distrib/common/Makefile.minirootkmod. Apart from comments and the
conversion of some constants to variables, this is identical to the code
that was previously present in both distrib/amd64/kmod/Makefile and
distrib/i386/kmod/Makefile.

Change distrib/amd64/kmod/Makefile and distrib/i386/kmod/Makefile to just
set some variables and .include "../../common/Makefile.minirootkmod".
2012-10-16 08:19:36 +00:00

7 lines
145 B
Makefile

# $NetBSD: Makefile,v 1.12 2012/10/16 08:19:37 apb Exp $
MINIROOT= miniroot
RAMDISK= ramdisk-big
.include "../../common/Makefile.minirootkmod"