diff options
Diffstat (limited to 'sys/arch/sun3/stand/netboot/Makefile')
-rw-r--r-- | sys/arch/sun3/stand/netboot/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/arch/sun3/stand/netboot/Makefile b/sys/arch/sun3/stand/netboot/Makefile deleted file mode 100644 index 7de5f2ce3a2..00000000000 --- a/sys/arch/sun3/stand/netboot/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $OpenBSD: Makefile,v 1.4 2001/07/04 08:33:52 niklas Exp $ -# $NetBSD: Makefile,v 1.4 1995/11/17 23:23:55 gwr Exp $ - -SA_PROG= netboot -SRCS= boot.c conf.c version.c dev_net.c - -DEFS= -DSTANDALONE -DSUN_BOOTPARAMS - -all: ${SA_PROG}.bin - -.include <bsd.prog.mk> - |