NetBSD/usr.sbin/installboot/Makefile
lukem 6b429c1c8a Disable hp300 support (again).
This code is not to be reenabled again until it is fixed to my satisfaction
(as a member of core and the person who ends up dealing with most of
the host tool build bugs)
2003-11-14 12:08:59 +00:00

25 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.30 2003/11/14 12:08:59 lukem Exp $
#
.include <bsd.own.mk>
PROG= installboot
SRCS= installboot.c sum.c machines.c fstypes.c \
ffs.c ffs_bswap.c bbinfo.c \
alpha.c amiga.c i386.c macppc.c news.c next68k.c pmax.c \
sparc.c sparc64.c sun68k.c vax.c x68k.c
MAN= installboot.8
WARNS?= 3
UFSSRC= ${NETBSDSRCDIR}/sys/ufs
CPPFLAGS+= -I${.CURDIR} -I.
.PATH: ${.CURDIR}/arch ${UFSSRC}/ffs
# XXX
.if ${MACHINE_ARCH} == "m68000"
COPTS.ffs.c= -O0
.endif
.include <bsd.prog.mk>