summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/stand/netboot
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-19 13:53:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-11-19 13:53:19 +0000
commitc7b5934b74afaa45a0e07b9b516834569d903d35 (patch)
treed13b52f29dbce17457aa3dd5abf12f5e72c6b2d2 /sys/arch/sun3/stand/netboot
parent3e13176d82e9d5729726ac59122d0cea6b55275b (diff)
from netbsd; just cleanup
Diffstat (limited to 'sys/arch/sun3/stand/netboot')
-rw-r--r--sys/arch/sun3/stand/netboot/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/sun3/stand/netboot/Makefile b/sys/arch/sun3/stand/netboot/Makefile
index 0d62c7c4a5a..41c398cc3f6 100644
--- a/sys/arch/sun3/stand/netboot/Makefile
+++ b/sys/arch/sun3/stand/netboot/Makefile
@@ -1,15 +1,11 @@
-# $NetBSD: Makefile,v 1.3 1995/09/23 03:42:47 gwr Exp $
+# $NetBSD: Makefile,v 1.3.2.1 1995/11/18 06:47:45 gwr Exp $
SA_PROG= netboot
SRCS= boot.c conf.c version.c dev_net.c
-DEFS= -DSUN_BOOTPARAMS
+DEFS= -DSTANDALONE -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}
-