diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-11-03 00:35:26 +0000 |
| commit | 3640cb54210edbb7edbf1b12ef0127ecfcea967d (patch) | |
| tree | 60a81407b110eb6d80af1e0affba0ec353de6a9c /sbin/ipf | |
| parent | 3d215489fe03c6c5cecc3b5ed9ea39118e6ce379 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs
'RELENG_6_0_0_RELEASE'.
This commit was manufactured to restore the state of the 6.0-RELEASE image.
Diffstat (limited to 'sbin/ipf')
| -rw-r--r-- | sbin/ipf/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/Makefile.inc | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipf/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipfs/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipfstat/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipftest/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipmon/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipnat/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ippool/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipresend/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/ipsend/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/iptest/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/libipf/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ipf/rules/Makefile | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index df57c807a02b..323934428ffa 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.16 2005/04/25 18:55:50 darrenr Exp $ #.WAIT SUBDIR= libipf diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 3373b557bd8c..55951553f72b 100644 --- a/sbin/ipf/Makefile.inc +++ b/sbin/ipf/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile.inc,v 1.2 2005/05/17 14:29:06 ru Exp $ CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter CFLAGS+= -I${.CURDIR}/../../../contrib/ipfilter/tools diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile index e0b887fb62e1..72271c7c6e83 100644 --- a/sbin/ipf/ipf/Makefile +++ b/sbin/ipf/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipf/Makefile,v 1.3 2005/05/16 16:22:55 darrenr Exp $ PROG= ipf SRCS= ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c diff --git a/sbin/ipf/ipfs/Makefile b/sbin/ipf/ipfs/Makefile index a64f805b2ab3..e4c3b5e1d43a 100644 --- a/sbin/ipf/ipfs/Makefile +++ b/sbin/ipf/ipfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipfs/Makefile,v 1.1 2005/04/25 18:55:50 darrenr Exp $ PROG= ipfs MAN= ipfs.8 diff --git a/sbin/ipf/ipfstat/Makefile b/sbin/ipf/ipfstat/Makefile index a33c5df38d8f..8e1b529c613f 100644 --- a/sbin/ipf/ipfstat/Makefile +++ b/sbin/ipf/ipfstat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipfstat/Makefile,v 1.1 2005/04/25 18:55:50 darrenr Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/ipftest/Makefile b/sbin/ipf/ipftest/Makefile index 02816cb24fdf..97347e227c89 100644 --- a/sbin/ipf/ipftest/Makefile +++ b/sbin/ipf/ipftest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipftest/Makefile,v 1.3 2005/04/28 16:26:34 darrenr Exp $ PROG= ipftest SRCS= ipftest.c fil.c ip_frag.c ip_state.c ip_nat.c \ diff --git a/sbin/ipf/ipmon/Makefile b/sbin/ipf/ipmon/Makefile index 8103aee0a15d..86dc2ee38862 100644 --- a/sbin/ipf/ipmon/Makefile +++ b/sbin/ipf/ipmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipmon/Makefile,v 1.2 2005/04/28 16:26:34 darrenr Exp $ PROG= ipmon SRCS= ipmon.c ipmon_y.c ipmon_l.c diff --git a/sbin/ipf/ipnat/Makefile b/sbin/ipf/ipnat/Makefile index 2e24d26af10f..35b5c7637d20 100644 --- a/sbin/ipf/ipnat/Makefile +++ b/sbin/ipf/ipnat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipnat/Makefile,v 1.2 2005/04/28 16:26:34 darrenr Exp $ PROG= ipnat SRCS= ipnat.c ipnat_y.c ipnat_l.c diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile index 9ff7c6e3015f..84e5ef23de14 100644 --- a/sbin/ipf/ippool/Makefile +++ b/sbin/ipf/ippool/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ippool/Makefile,v 1.2 2005/04/28 16:26:34 darrenr Exp $ PROG= ippool SRCS= ippool_y.c ippool_l.c kmem.c ippool.c diff --git a/sbin/ipf/ipresend/Makefile b/sbin/ipf/ipresend/Makefile index 5e0ac15cbb1f..272fb8252dab 100644 --- a/sbin/ipf/ipresend/Makefile +++ b/sbin/ipf/ipresend/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipresend/Makefile,v 1.2 2005/04/28 16:26:34 darrenr Exp $ PROG= ipresend SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c diff --git a/sbin/ipf/ipsend/Makefile b/sbin/ipf/ipsend/Makefile index 4ae4c3441bbb..3eec653f9cee 100644 --- a/sbin/ipf/ipsend/Makefile +++ b/sbin/ipf/ipsend/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipsend/Makefile,v 1.2 2005/04/28 16:26:35 darrenr Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/iptest/Makefile b/sbin/ipf/iptest/Makefile index 647471cf4cef..96a3b593a236 100644 --- a/sbin/ipf/iptest/Makefile +++ b/sbin/ipf/iptest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/iptest/Makefile,v 1.1 2005/04/25 18:55:52 darrenr Exp $ .include <bsd.own.mk> diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index 5df741fcb43c..30680563b50e 100644 --- a/sbin/ipf/libipf/Makefile +++ b/sbin/ipf/libipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/libipf/Makefile,v 1.2 2005/04/28 16:26:35 darrenr Exp $ LIB= ipf INTERNALLIB= diff --git a/sbin/ipf/rules/Makefile b/sbin/ipf/rules/Makefile index a90907fc9853..111eb54cbc20 100644 --- a/sbin/ipf/rules/Makefile +++ b/sbin/ipf/rules/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/rules/Makefile,v 1.1 2005/04/25 18:55:52 darrenr Exp $ .include <bsd.own.mk> |
