summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-23 22:32:27 +0000
committermsmith <msmith@FreeBSD.org>1998-10-23 22:32:27 +0000
commit2ca24369c0220c7d16d9f46b04809b17f2f6b1f3 (patch)
tree54daae47c7d38675516eaa7b9f6c81eb1d419951 /sys/boot/i386
parent15fb469d2d461825c68e483e040e3e7d65895391 (diff)
downloadFreeBSD-src-2ca24369c0220c7d16d9f46b04809b17f2f6b1f3.zip
FreeBSD-src-2ca24369c0220c7d16d9f46b04809b17f2f6b1f3.tar.gz
Clean the ${BASE}.sym file as well.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r--sys/boot/i386/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index 6acba9a..d99154f 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1998/10/21 20:10:33 msmith Exp $
+# $Id: Makefile,v 1.14 1998/10/22 20:23:58 msmith Exp $
BASE= loader
PROG= ${BASE}
@@ -20,7 +20,7 @@ HAVE_ISABUS= yes
CFLAGS+= -I${.CURDIR}/../../common
CFLAGS+= -I${.CURDIR}/../../.. -I.
-CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin
+CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym
CFLAGS+= -Wall
LDFLAGS= -nostdlib -static -Ttext 0x1000
OpenPOWER on IntegriCloud