1 # $NetBSD: Makefile,v 1.15 2005/12/11 12:18:19 christos Exp $
9 LIBSA
=${.CURDIR
}/..
/..
/..
/..
/lib
/libsa
10 COPTS
+= -Wall
-Wstrict-prototypes
-Wmissing-prototypes
11 CPPFLAGS
+= -I
${LIBSA} -I.
-D__daddr_t
=int32_t
12 # Need this to work in the miniroot
15 .if
!make
(obj
) && !make
(clean) && !make
(cleandir
)
21 ln
-s
${.CURDIR
}/..
/..
/include $@
28 SRCS
= installboot.c byteorder.c loadfile.c loadfile_aout.c loadfile_elf32.c
30 .
include <bsd.prog.mk
>