8d127e2f7d
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".
7 lines
145 B
Makefile
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"
|