From 5b22f04d6db5557c9ed92e10a3cd3edf78ad4129 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 23 Mar 2004 09:04:06 +0000 Subject: decode fcntl and mmap arguments. --- usr.bin/truss/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/truss/Makefile') 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" -- cgit v1.1