summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/installboot/Makefile
blob: b989f07fc80673414f0604077d182114c25cd848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.5 1998/03/02 19:57:01 cgd Exp $

.include <bsd.own.mk>

BINDIR=	/usr/mdec
PROG=	installboot

SRCS=	installboot.c bootblks.c getmount.c

NOMAN=	yes

CPPFLAGS= -I${.CURDIR}/../libi386/crt/bootsect
CFLAGS+= -Wall ${CPPFLAGS}
LDSTATIC?=-static

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud