summaryrefslogtreecommitdiffstats
path: root/usr.sbin/elf2exe/Makefile
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-12-17 15:27:21 +0000
committermarcel <marcel@FreeBSD.org>1999-12-17 15:27:21 +0000
commitc926be6ea7337529b70771aa567e9d10a6238901 (patch)
treed406a0d79d376737cd247f2da59cbb46f14e7183 /usr.sbin/elf2exe/Makefile
parent37b2004d094765ca1230841e342a5b2c1c969eb8 (diff)
downloadFreeBSD-src-c926be6ea7337529b70771aa567e9d10a6238901.zip
FreeBSD-src-c926be6ea7337529b70771aa567e9d10a6238901.tar.gz
o Don't use long for 64 bit variables. Use u_int64_t instead.
o Fix printf format specifiers on Alpha and add i386 version. o Minor style fixes while there. o Add -Wall compiler option.
Diffstat (limited to 'usr.sbin/elf2exe/Makefile')
-rw-r--r--usr.sbin/elf2exe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/elf2exe/Makefile b/usr.sbin/elf2exe/Makefile
index d8ce6a1..aaf16c2 100644
--- a/usr.sbin/elf2exe/Makefile
+++ b/usr.sbin/elf2exe/Makefile
@@ -3,7 +3,7 @@
PROG= elf2exe
SRCS= elf2exe.c
MAN8= elf2exe.8
-
+CFLAGS+= -Wall
MANSUBDIR=/${MACHINE_ARCH}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud