Rename the variable PROG to LDR to remove a warning message about
authorJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Mon, 4 Jul 2005 21:39:05 +0000 (21:39 +0000)
committerJeroen Ruigrok/asmodai <asmodai@dragonflybsd.org>
Mon, 4 Jul 2005 21:39:05 +0000 (21:39 +0000)
commit368ddc9964fa024224efe071eafd90dcef9060a2
treef93ec4c7d5b8ee9dbd64e20b7de636a0df11f784
parentd0887c34276ce04aa320cc76c044402df7971c0d
Rename the variable PROG to LDR to remove a warning message about
'line 43: warning: duplicate script for target "loader" ignored"'.

The thing was that ${PROG}: was specified later on in the Makefile, which
conflicts with line 39 from bsd.prog.mk, which is:

${PROG}: ${OBJS}

thus redefining ${PROG} or rather loader.
sys/boot/i386/loader/Makefile
sys/boot/pc32/loader/Makefile