minix/sys/arch/i386/stand/boot/biosboot/Makefile

11 lines
257 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2005/12/11 12:17:48 christos Exp $
# MINIX (LSC this still needed?)
# Adding cleaning of specific target? -D_MINIX is not defined at top level ?
PROG= boot_monitor
CLEANFILES= lib
2012-08-24 17:54:07 +02:00
CPPFLAGS+= -D_MINIX
.include <../Makefile.boot>