NetBSD/distrib/i386/floppies/fdset/Makefile
drochner a9ddfb696d allow to set location of INSTALL kernel from command line so that
bootfloppies can be built with r/o /usr/src or with other kernels
1999-03-23 18:10:57 +00:00

10 lines
227 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/03/23 18:10:59 drochner Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
KERN?= ${.CURDIR}/../../../../sys/arch/i386/compile/INSTALL/netbsd
.include "${TOP}/fdset-common/Makefile.inc"