2002-06-02 14:44:30 +04:00
|
|
|
# $NetBSD: Makefile,v 1.21 2002/06/02 10:44:57 isaki Exp $
|
2002-04-03 09:21:16 +04:00
|
|
|
#
|
|
|
|
|
2002-04-23 03:23:05 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2002-04-03 09:21:16 +04:00
|
|
|
PROG= installboot
|
2002-04-19 11:08:51 +04:00
|
|
|
SRCS= installboot.c sum.c machines.c fstypes.c \
|
2002-05-15 13:44:54 +04:00
|
|
|
ffs.c ffs_bswap.c bbinfo.c \
|
2002-06-02 14:44:30 +04:00
|
|
|
alpha.c macppc.c news.c pmax.c sparc.c sparc64.c sun68k.c vax.c x68k.c
|
2002-04-03 09:21:16 +04:00
|
|
|
MAN= installboot.8
|
|
|
|
|
|
|
|
WARNS?= 3
|
|
|
|
|
2002-04-26 20:23:14 +04:00
|
|
|
UFSSRC= ${NETBSDSRCDIR}/sys/ufs
|
2002-04-22 21:17:35 +04:00
|
|
|
CPPFLAGS+= -I${.CURDIR} -I.
|
2002-04-19 11:08:51 +04:00
|
|
|
.PATH: ${.CURDIR}/arch ${UFSSRC}/ffs
|
2002-04-03 13:09:01 +04:00
|
|
|
|
2002-04-06 17:59:12 +04:00
|
|
|
.ifndef HOSTPROG
|
2002-04-03 09:21:16 +04:00
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.endif
|