diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sbin/ipf | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
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..37d6f36f8d10 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/ipf/Makefile,v 1.16.20.1 2009/04/15 03:14:26 kensmith Exp $ #.WAIT SUBDIR= libipf diff --git a/sbin/ipf/Makefile.inc b/sbin/ipf/Makefile.inc index 3373b557bd8c..63d03a5df6bf 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.20.1 2009/04/15 03:14:26 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..ea7a3327dfe1 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.8.1 2009/04/15 03:14:26 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..c2e10667a4ca 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= ipfs MAN= ipfs.8 diff --git a/sbin/ipf/ipfstat/Makefile b/sbin/ipf/ipfstat/Makefile index a33c5df38d8f..6ba38f5cf910 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.20.1 2009/04/15 03:14:26 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/ipftest/Makefile b/sbin/ipf/ipftest/Makefile index 64ea1cfced23..4f24a9eab9ef 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.8.1 2009/04/15 03:14:26 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..7b975894fb29 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.8.1 2009/04/15 03:14:26 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..ec9b42edc845 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.8.1 2009/04/15 03:14:26 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..a5936cfc82fe 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.8.1 2009/04/15 03:14:26 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..594895f59f60 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.20.1 2009/04/15 03:14:26 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..b23a13245d9d 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.20.1 2009/04/15 03:14:26 kensmith Exp $ NOGCCERROR= # defined diff --git a/sbin/ipf/iptest/Makefile b/sbin/ipf/iptest/Makefile index 647471cf4cef..dc665cd43a4a 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.20.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/sbin/ipf/libipf/Makefile b/sbin/ipf/libipf/Makefile index 43428cc68f4e..d4a6b7065fa4 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.8.1 2009/04/15 03:14:26 kensmith Exp $ LIB= ipf INTERNALLIB= diff --git a/sbin/ipf/rules/Makefile b/sbin/ipf/rules/Makefile index a90907fc9853..fdb54b1604f3 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.20.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> |
