aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truss/Makefile
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2004-03-23 09:04:06 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2004-03-23 09:04:06 +0000
commit894b8f7afb9c58e1eb2c4c149ee4d765726b5ec6 (patch)
tree77f7f7b1f91cd7dda868f8f41172cd23e848bda9 /usr.bin/truss/Makefile
parented0302e6a7fdb11cf0a5f7c0fac2bec64d898e09 (diff)
downloadsrc-894b8f7afb9c58e1eb2c4c149ee4d765726b5ec6.tar.gz
src-894b8f7afb9c58e1eb2c4c149ee4d765726b5ec6.zip
decode fcntl and mmap arguments.
Notes
Notes: svn path=/head/; revision=127328
Diffstat (limited to 'usr.bin/truss/Makefile')
-rw-r--r--usr.bin/truss/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile
index 28038995a0bf..828e71790f42 100644
--- a/usr.bin/truss/Makefile
+++ b/usr.bin/truss/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+WARNS?= 2
+NO_WERROR= yes
PROG= truss
SRCS= main.c setup.c syscalls.c syscalls.h ioctl.c ${MACHINE_ARCH}-fbsd.c
.if ${MACHINE_ARCH} == "i386"