summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss/Makefile
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-03-23 09:04:06 +0000
committeralfred <alfred@FreeBSD.org>2004-03-23 09:04:06 +0000
commit5b22f04d6db5557c9ed92e10a3cd3edf78ad4129 (patch)
tree77f7f7b1f91cd7dda868f8f41172cd23e848bda9 /usr.bin/truss/Makefile
parent1966edfcd2bcb480b3bf04207e8a5bdded0ed8ba (diff)
downloadFreeBSD-src-5b22f04d6db5557c9ed92e10a3cd3edf78ad4129.zip
FreeBSD-src-5b22f04d6db5557c9ed92e10a3cd3edf78ad4129.tar.gz
decode fcntl and mmap arguments.
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 2803899..828e717 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"
OpenPOWER on IntegriCloud