diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-29 08:22:08 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-29 08:22:08 +0000 |
commit | 70af189295ca019f8c906e4024749aa7a1cc4dc5 (patch) | |
tree | 661548e57d889ec8104222273ec5a77c1016ee36 /sys/arch/sparc/stand/boot | |
parent | 5d5a1341b34e8e53abf3690a8a50d6e4a95312df (diff) |
make a special compressed bootblock for ramdisk
Diffstat (limited to 'sys/arch/sparc/stand/boot')
-rw-r--r-- | sys/arch/sparc/stand/boot/Makefile.compressed | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/sys/arch/sparc/stand/boot/Makefile.compressed b/sys/arch/sparc/stand/boot/Makefile.compressed deleted file mode 100644 index cfbb4b9eba1..00000000000 --- a/sys/arch/sparc/stand/boot/Makefile.compressed +++ /dev/null @@ -1,42 +0,0 @@ -# $NetBSD: Makefile,v 1.2 1995/09/30 21:43:38 pk Exp $ - -S= ${.CURDIR}/../../../.. -R= .. -.PATH: ${.CURDIR}/${R} -PROG= boot -SRCS= srt0.S boot.c promdev.c dvma.c bootnet.c netif_sun.c conf.c version.c -INSTALL_STRIP= -NOMAN= 1 -BINDIR= /usr/mdec - -# include "library" defines and make rules -KERN_AS= library -KERNDST= ${.CURDIR}/${__objdir} -.include "${S}/lib/libkern/Makefile.inc" -LIBKERN= ${KERNLIB} - -Z_AS= library -ZDST= ${.CURDIR}/${__objdir} -.include "${S}/lib/libz/Makefile.inc" -LIBZ= ${ZLIB} - -SA_AS= library -SADST= ${.CURDIR}/${__objdir} -SAREL= -SA_ZLIB= yes -.include "${S}/lib/libsa/Makefile.inc" -LIBSA= ${SALIB} - -LIBS= ${LIBSA} ${LIBKERN} ${LIBZ} - -# ${PROG} overloads the normal rule in bsd.prog.mk - -${PROG}: ${OBJS} ${LIBS} - ${LD} -N -T ${RELOC} -e start ${OBJS} \ - -nostdlib -L ${.CURDIR}/${__objdir} -lsa -lkern -lz - # convert to Sun magic - @size a.out - (echo -n 01 | tr 01 '\01\03'; tail +3c a.out) > ${.TARGET} - @rm a.out - -.include <bsd.prog.mk> |