summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/netboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sun3/stand/netboot/Makefile')
-rw-r--r--sys/arch/sun3/stand/netboot/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/arch/sun3/stand/netboot/Makefile b/sys/arch/sun3/stand/netboot/Makefile
new file mode 100644
index 00000000000..0d62c7c4a5a
--- /dev/null
+++ b/sys/arch/sun3/stand/netboot/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.3 1995/09/23 03:42:47 gwr Exp $
+
+SA_PROG= netboot
+SRCS= boot.c conf.c version.c dev_net.c
+
+DEFS= -DSUN_BOOTPARAMS
+
+all: ${SA_PROG}.bin
+
+.include <bsd.prog.mk>
+
+install: ${SA_PROG}.bin
+ install ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
+ ${SA_PROG}.bin ${DESTDIR}${MDEC_DIR}/${SA_PROG}
+