aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/elf2exe/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-12-17 15:27:21 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-12-17 15:27:21 +0000
commit3fbbdea6b1624a274e4379f1376aa0f5409f0cb0 (patch)
tree6fca8d6888094d13ca044eb64a220c54e19c5de0 /usr.sbin/elf2exe/Makefile
parent94da96bf1875af2ace195a16871041f0fbbda965 (diff)
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.
Notes
Notes: svn path=/head/; revision=54747
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 d8ce6a1ae6b5..aaf16c2ffcda 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>