summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.umntall/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-26 06:14:10 +0000
committerpeter <peter@FreeBSD.org>2003-10-26 06:14:10 +0000
commit9a6ba4dbc2dd22e313c2d2555ebb74da5c2b290d (patch)
tree1d60fc584ef3aa91c84ec2a031a56a288780eda1 /usr.sbin/rpc.umntall/Makefile
parent2472b3136c8144dbb0eae73e82143695a7dac0b8 (diff)
downloadFreeBSD-src-9a6ba4dbc2dd22e313c2d2555ebb74da5c2b290d.zip
FreeBSD-src-9a6ba4dbc2dd22e313c2d2555ebb74da5c2b290d.tar.gz
Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2
(but I haven't turned it on)
Diffstat (limited to 'usr.sbin/rpc.umntall/Makefile')
-rw-r--r--usr.sbin/rpc.umntall/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/rpc.umntall/Makefile b/usr.sbin/rpc.umntall/Makefile
index 1ea7fe6..0a829c3 100644
--- a/usr.sbin/rpc.umntall/Makefile
+++ b/usr.sbin/rpc.umntall/Makefile
@@ -5,4 +5,6 @@ PROG= rpc.umntall
MAN= rpc.umntall.8
SRCS= rpc.umntall.c mounttab.c
+#WARNS?= 2
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud