# $NetBSD: Makefile,v 1.10 2001/12/12 01:49:46 tv Exp $ .include PROG= installboot NOMAN= # defined BINDIR=/usr/mdec LIBSA=${.CURDIR}/../../../../lib/libsa COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes CPPFLAGS+= -I${LIBSA} -I. # Need this to work in the miniroot LDSTATIC?= -static .BEGIN: machine .NOPATH: machine realdepend realall: machine CLEANFILES+= machine .PATH.c: ${LIBSA} SRCS= installboot.c byteorder.c loadfile.c loadfile_aout.c loadfile_elf32.c machine:: -rm -f $@ ln -s ${.CURDIR}/../../include $@ .include