NetBSD/sys/arch/i386/stand/installboot/Makefile

17 lines
318 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1998/07/28 20:10:53 drochner Exp $
.include <bsd.own.mk>
BINDIR= /usr/mdec
PROG= installboot
SRCS= installboot.c bootblks.c getmount.c
1997-06-22 09:58:25 +04:00
NOMAN= yes
CPPFLAGS= -I${.CURDIR}/../lib/crt/bootsect
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes
LDSTATIC?=-static
.include <bsd.prog.mk>