Remove trailing blank line.

This commit is contained in:
simonb 2004-03-14 13:06:39 +00:00
parent 99f69b6c5f
commit 899c20a789

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2002/11/09 06:20:41 cgd Exp $
# $NetBSD: Makefile,v 1.2 2004/03/14 13:06:39 simonb Exp $
PROG = netboot
@ -28,4 +28,3 @@ ${PROG}.sym: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN}
${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \
${OBJS} ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN}
${SIZE} ${PROG}.sym