diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 10:09:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 10:09:51 +0000 |
commit | a680c4e851db27971c2aad8eb905a8c36718fb6f (patch) | |
tree | 488eb07858c382c1439b45cefdd0b1954fb101bf | |
parent | 05b09811a75b45d5c736f40f12dff5639acdb9aa (diff) |
size correct exec
-rw-r--r-- | sys/arch/sparc/stand/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/stand/boot/Makefile b/sys/arch/sparc/stand/boot/Makefile index f135f55abc5..eea43083fd9 100644 --- a/sys/arch/sparc/stand/boot/Makefile +++ b/sys/arch/sparc/stand/boot/Makefile @@ -11,8 +11,8 @@ LIBS!= cd ${.CURDIR}/${R}; ${MAKE} libdep ${PROG}:${OBJS} ${LIBS} ${LD} -N -T ${RELOC} -e start ${OBJS} ${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> |