1 1.4.16.1 bouyer # $NetBSD: Makefile,v 1.4.16.1 2000/11/20 20:15:30 bouyer Exp $ 2 1.1 chuck 3 1.2 chuck DEFS= -DSUN_BOOTPARAMS 4 1.1 chuck 5 1.4.16.1 bouyer SRCS= boot.c conf.c devopen.c dev_net.c 6 1.2 chuck SRCS+= if_ie.c if_le.c 7 1.4.16.1 bouyer PROG= netboot.tmp 8 1.4.16.1 bouyer LIBS= ${LIBSA} ${LIBBUG} 9 1.4.16.1 bouyer CLEANFILES+= netboot.bin 10 1.2 chuck 11 1.4.16.1 bouyer netboot.bin: ${PROG} 12 1.4.16.1 bouyer @size ${PROG} 13 1.4.16.1 bouyer dd ibs=32 skip=1 if=netboot.tmp of=$@ 14 1.2 chuck 15 1.4.16.1 bouyer .include "../Makefile.booters" 16 1.2 chuck 17 1.4.16.1 bouyer all realall: netboot.bin 18 1.1 chuck 19 1.4.16.1 bouyer install: netboot.bin 20 1.4.16.1 bouyer ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} ${STRIPFLAG} ${INSTPRIV} \ 21 1.4.16.1 bouyer -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} netboot.bin ${DESTDIR}${MDEC_DIR}/netboot 22 1.1 chuck 23 1.2 chuck .include <bsd.prog.mk> 24