No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / installboot / Makefile
blobc967b5262c5c6a9eaae2a714e905ec5e2a2cb916
1 # $NetBSD: Makefile,v 1.15 2005/12/11 12:18:19 christos Exp $
3 NOMAN= # defined
5 .include <bsd.own.mk>
7 PROG= installboot
8 BINDIR=/usr/mdec
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
13 LDSTATIC= -static
15 .if !make(obj) && !make(clean) && !make(cleandir)
16 .BEGIN: machine
17 .NOPATH: machine
19 machine::
20 -rm -f $@
21 ln -s ${.CURDIR}/../../include $@
22 .endif
24 CLEANFILES+= machine
26 .PATH.c: ${LIBSA}
28 SRCS= installboot.c byteorder.c loadfile.c loadfile_aout.c loadfile_elf32.c
30 .include <bsd.prog.mk>