summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/pxeldr
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-04-27 19:45:16 +0000
committerru <ru@FreeBSD.org>2004-04-27 19:45:16 +0000
commitccbc6f1994d9c3d6017abad3b1f1c335ea2b75d4 (patch)
treeaa66f026701dee6250ac59f82737437257e163fc /sys/boot/i386/pxeldr
parent7816e5af07f45eb63ba6fbbb66072d01093356b4 (diff)
downloadFreeBSD-src-ccbc6f1994d9c3d6017abad3b1f1c335ea2b75d4.zip
FreeBSD-src-ccbc6f1994d9c3d6017abad3b1f1c335ea2b75d4.tar.gz
Removed now redundant CLEANFILES assignments.
Not read enough of my patch by: obrien ;)
Diffstat (limited to 'sys/boot/i386/pxeldr')
-rw-r--r--sys/boot/i386/pxeldr/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile
index faa7964..cc8902f 100644
--- a/sys/boot/i386/pxeldr/Makefile
+++ b/sys/boot/i386/pxeldr/Makefile
@@ -32,8 +32,6 @@ ${BOOT}: ${LDR} ${LOADER}
dd if=${.TARGET}.tmp of=${.TARGET} obs=2k conv=osync
rm ${.TARGET}.tmp
-CLEANFILES+= ${LDR}
-
LDFLAGS+= -N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary
CLEANFILES+= ${LOADER}
OpenPOWER on IntegriCloud