diff options
author | jb <jb@FreeBSD.org> | 2007-11-18 03:29:10 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2007-11-18 03:29:10 +0000 |
commit | 1168fa22a7982252ed690c1a868e62e3a59962b0 (patch) | |
tree | d06ed4430043846210a0e1373fc01e833c5bbaa1 /sbin/ipf/ipftest | |
parent | 19119333dfe9a5dba058312b5690fab5484fc099 (diff) | |
download | FreeBSD-src-1168fa22a7982252ed690c1a868e62e3a59962b0.zip FreeBSD-src-1168fa22a7982252ed690c1a868e62e3a59962b0.tar.gz |
This makefile builds contrib code, so I won't try to fix all the
casts from pointer to int here.
Diffstat (limited to 'sbin/ipf/ipftest')
-rw-r--r-- | sbin/ipf/ipftest/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/ipftest/Makefile b/sbin/ipf/ipftest/Makefile index 64ea1cf..8903f25 100644 --- a/sbin/ipf/ipftest/Makefile +++ b/sbin/ipf/ipftest/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +WARNS=0 + PROG= ipftest SRCS= ${GENHDRS} ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \ ip_proxy.c ip_auth.c ip_htable.c ip_lookup.c \ |