summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btxld/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-04 14:10:36 +0000
committermarcel <marcel@FreeBSD.org>2000-01-04 14:10:36 +0000
commit71adbdbe1afd64efe13457f38b20baa8dd9758e0 (patch)
tree47dd552dcb36bf6432f61110a1657f7e00c3ef82 /usr.sbin/btxld/Makefile
parent3428629295a631b7efb9f963a5747ded4524f288 (diff)
downloadFreeBSD-src-71adbdbe1afd64efe13457f38b20baa8dd9758e0.zip
FreeBSD-src-71adbdbe1afd64efe13457f38b20baa8dd9758e0.tar.gz
o Allow btxld to be compiled on 64-bit machines
o s/unsigned/unsigned int/g o Add -Wall btxld can now be built as a cross-tool for cross-building i386/pc98 on platforms that don't have btxld (such as alpha).
Diffstat (limited to 'usr.sbin/btxld/Makefile')
-rw-r--r--usr.sbin/btxld/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/btxld/Makefile b/usr.sbin/btxld/Makefile
index 229b20e..6775183 100644
--- a/usr.sbin/btxld/Makefile
+++ b/usr.sbin/btxld/Makefile
@@ -4,4 +4,6 @@ PROG= btxld
SRCS= btxld.c elfh.c
MAN8= btxld.8
+CFLAGS+= -Wall
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud