NetBSD/distrib/i386/floppies/fdset-com/Makefile

15 lines
369 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/12/14 22:26:06 jmc Exp $
TOP= ${.CURDIR}/..
.include "${TOP}/Makefile.inc"
BASENAME=boot-com
BOOTCODE= ${MDEC}/biosboot_com0.sym # Serial output
KERN!= cd $(.CURDIR)/../kernel-ramdisk/; \
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}/netbsd.INSTALL.gz\n" | \
${MAKE} -s -f-
.include "${TOP}/fdset-common/Makefile.inc"