# $NetBSD: Makefile,v 1.11 2000/01/23 17:04:08 mycroft Exp $ .include WARNS?=1 PROG= installboot SRCS= installboot.c loadfile.c MKMAN= no CFLAGS+=-g LIBSA=${.CURDIR}/../../../../lib/libsa .PATH.c: ${LIBSA} CPPFLAGS+=-I${LIBSA} -I. LDSTATIC?= -static .if !make(obj) .BEGIN: @([ -h machine ] || ln -s ${.CURDIR}/../../include machine) .NOPATH: machine CLEANFILES+= machine .endif .include