diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 10:29:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 10:29:53 +0000 |
commit | 5a42f2892c9f7729aa7ae3c2c4c5cbf4a3dcd3d0 (patch) | |
tree | 30a83ce38da1ea2378503d7251966d0e9fb33073 /sys/arch/sparc/stand/bootxx | |
parent | 551eae0669ca27e5cd635bd9276cc3c8fc1b4691 (diff) |
size correct thing
Diffstat (limited to 'sys/arch/sparc/stand/bootxx')
-rw-r--r-- | sys/arch/sparc/stand/bootxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/bootxx/Makefile b/sys/arch/sparc/stand/bootxx/Makefile index fb0900ac655..432056022e2 100644 --- a/sys/arch/sparc/stand/bootxx/Makefile +++ b/sys/arch/sparc/stand/bootxx/Makefile @@ -17,8 +17,8 @@ _KOBJS=${KOBJS:S,^,${KOBJDIR}/,g} ${PROG}:${OBJS} ${_KOBJS} ${LIBS} ${LD} -N -T ${RELOC} -e start ${OBJS} ${_KOBJS} ${LIBS} # convert to Sun magic + @size a.out (echo -n 01 | tr 01 '\01\03'; tail +3c a.out) > ${.TARGET} @rm a.out - @size ${.TARGET} .include <bsd.prog.mk> |