diff options
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..9fb07bc66b54 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.16.18.1 2008/11/25 02:59:29 kensmith Exp $ #.WAIT SUBDIR= libipf diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 3373b557bd8c..25c7a406c0ca 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.18.1 2008/11/25 02:59:29 kensmith 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 0a5f4a82c3a2..073f124b3ce8 100644 --- a/sbin/ipf/ipf/Makefile +++ b/sbin/ipf/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipf/Makefile,v 1.6.6.1 2008/11/25 02:59:29 kensmith Exp $ PROG= ipf SRCS= ${GENHDRS} 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..020c7ab1819d 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.18.1 2008/11/25 02:59:29 kensmith Exp $ PROG= ipfs MAN= ipfs.8 diff --git a/sbin/ipf/ipfstat/Makefile b/sbin/ipf/ipfstat/Makefile index a33c5df38d8f..3b2ccd258864 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.18.1 2008/11/25 02:59:29 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/ipftest/Makefile b/sbin/ipf/ipftest/Makefile index 64ea1cfced23..01f12bab9bfc 100644 --- a/sbin/ipf/ipftest/Makefile +++ b/sbin/ipf/ipftest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipftest/Makefile,v 1.4.6.1 2008/11/25 02:59:29 kensmith Exp $ PROG= ipftest SRCS= ${GENHDRS} 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 3639f8733c1e..7fc95e1cd564 100644 --- a/sbin/ipf/ipmon/Makefile +++ b/sbin/ipf/ipmon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipmon/Makefile,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ PROG= ipmon SRCS= ${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c diff --git a/sbin/ipf/ipnat/Makefile b/sbin/ipf/ipnat/Makefile index 1c017e182cb1..a6d015538210 100644 --- a/sbin/ipf/ipnat/Makefile +++ b/sbin/ipf/ipnat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ipnat/Makefile,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ PROG= ipnat SRCS= ${GENHDRS} ipnat.c ipnat_y.c ipnat_l.c diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile index 6e3f85da847d..c84d4a4948ad 100644 --- a/sbin/ipf/ippool/Makefile +++ b/sbin/ipf/ippool/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/ippool/Makefile,v 1.3.6.1 2008/11/25 02:59:29 kensmith Exp $ PROG= ippool SRCS= ${GENHDRS} ippool_y.c ippool_l.c kmem.c ippool.c diff --git a/sbin/ipf/ipresend/Makefile b/sbin/ipf/ipresend/Makefile index 5e0ac15cbb1f..6a96fd418ab7 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.18.1 2008/11/25 02:59:29 kensmith 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..2685a130a8ab 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.18.1 2008/11/25 02:59:29 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/iptest/Makefile b/sbin/ipf/iptest/Makefile index 647471cf4cef..0fcb4cabcdcc 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.18.1 2008/11/25 02:59:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index 43428cc68f4e..8ca7dd99ea3f 100644 --- a/sbin/ipf/libipf/Makefile +++ b/sbin/ipf/libipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/libipf/Makefile,v 1.7.6.1 2008/11/25 02:59:29 kensmith Exp $ LIB= ipf INTERNALLIB= diff --git a/sbin/ipf/rules/Makefile b/sbin/ipf/rules/Makefile index a90907fc9853..765a4883cd3d 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.18.1 2008/11/25 02:59:29 kensmith Exp $ .include <bsd.own.mk> |
