1 # $NetBSD: Makefile,v 1.14 2002/02/09 09:36:00 lukem Exp $
5 SRCS
= boot.c conf.c devopen.c
8 LIBS
= ${LIBSA} ${LIBBUG}
10 CLEANFILES
+= netboot.bin
13 ${OBJCOPY} -O binary
${.OBJDIR
}/netboot
${.TARGET
}
15 .
include "../Makefile.booters"
17 all realall
: netboot.bin
20 ${INSTALL_FILE} ${STRIPFLAG} -o
${BINOWN} -g
${BINGRP} -m
${BINMODE} \
21 ${.OBJDIR
}/netboot.bin
${DESTDIR}${MDEC_DIR}/netboot
23 .
include <bsd.prog.mk
>