Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / netboot / Makefile
blobfb48031f611ba79e84325484cba357095df6346a
1 # $NetBSD: Makefile,v 1.14 2002/02/09 09:36:00 lukem Exp $
3 DEFS= -DSUN_BOOTPARAMS
5 SRCS= boot.c conf.c devopen.c
6 SRCS+= if_ie.c if_le.c
7 PROG= netboot
8 LIBS= ${LIBSA} ${LIBBUG}
9 DPADD= ${LIBS}
10 CLEANFILES+= netboot.bin
12 netboot.bin: ${PROG}
13 ${OBJCOPY} -O binary ${.OBJDIR}/netboot ${.TARGET}
15 .include "../Makefile.booters"
17 all realall: netboot.bin
19 install: 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>