1 1.1.2.3 nathanw # $NetBSD: Makefile,v 1.1.2.3 2002/04/01 07:41:31 nathanw Exp $ 2 1.1.2.2 nathanw 3 1.1.2.2 nathanw SRCS= boot.c conf.c devopen.c 4 1.1.2.3 nathanw PROG= boot.tmp 5 1.1.2.2 nathanw LIBS= ${LIBSA} 6 1.1.2.2 nathanw DPADD= ${LIBS} 7 1.1.2.3 nathanw CLEANFILES+= boot.bin 8 1.1.2.2 nathanw 9 1.1.2.3 nathanw boot.bin: ${PROG} 10 1.1.2.3 nathanw ${OBJCOPY} -O binary ${.OBJDIR}/boot.tmp $@ 11 1.1.2.2 nathanw 12 1.1.2.2 nathanw .include "../Makefile.booters" 13 1.1.2.2 nathanw 14 1.1.2.3 nathanw all realall: boot.bin 15 1.1.2.2 nathanw 16 1.1.2.3 nathanw install: boot.bin 17 1.1.2.2 nathanw ${INSTALL_FILE} ${STRIPFLAG} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 18 1.1.2.3 nathanw ${.OBJDIR}/boot.bin ${DESTDIR}${MDEC_DIR}/boot 19 1.1.2.2 nathanw 20 1.1.2.2 nathanw .include <bsd.prog.mk> 21