diff options
Diffstat (limited to 'sys/arch/amd64/stand/pxeboot/Makefile')
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/Makefile b/sys/arch/amd64/stand/pxeboot/Makefile index bbc89667f80..3f740228ba2 100644 --- a/sys/arch/amd64/stand/pxeboot/Makefile +++ b/sys/arch/amd64/stand/pxeboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2004/05/17 22:49:46 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2004/10/09 21:15:21 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -47,6 +47,7 @@ SRCS+= adler32.c crc32.c inflate.c inftrees.c ${PROG}: $(OBJS) $(LD) $(LDFLAGS) -o ${PROG} $(OBJS) + @$(SIZE) $(PROG) @if [ -x ${.OBJDIR}/${PROG} ]; then \ objcopy -O binary ${PROG} ${.OBJDIR}/.tmp;\ mv -f ${.OBJDIR}/.tmp ${.OBJDIR}/${PROG}; \ |