head	1.3;
access;
symbols
	RELENG_6_4_0_RELEASE:1.2.12.1
	RELENG_6_4:1.2.0.12
	RELENG_6_4_BP:1.2
	RELENG_6_3_0_RELEASE:1.2
	RELENG_6_3:1.2.0.10
	RELENG_6_3_BP:1.2
	RELENG_6_2_0_RELEASE:1.2
	RELENG_6_2:1.2.0.8
	RELENG_6_2_BP:1.2
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.8
	RELENG_5_5_BP:1.1
	RELENG_6_1_0_RELEASE:1.2
	RELENG_6_1:1.2.0.6
	RELENG_6_1_BP:1.2
	RELENG_6_0_0_RELEASE:1.2
	RELENG_6_0:1.2.0.4
	RELENG_6_0_BP:1.2
	RELENG_6:1.2.0.2
	RELENG_6_BP:1.2
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.6
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.4
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.2
	RELENG_5_BP:1.1;
locks; strict;
comment	@# @;


1.3
date	2007.07.03.12.46.04;	author mlaier;	state dead;
branches;
next	1.2;

1.2
date	2005.05.18.12.19.50;	author keramida;	state Exp;
branches
	1.2.2.1
	1.2.12.1;
next	1.1;

1.1
date	2004.02.28.21.50.48;	author mlaier;	state Exp;
branches;
next	;

1.2.2.1
date	2012.11.17.07.40.53;	author svnexp;	state Exp;
branches;
next	;

1.2.12.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Link pf 4.1 to the build:
 - move ftp-proxy from libexec to usr.sbin
 - add tftp-proxy
 - new altq mtag link

Approved by:	re (kensmith)
@
text
@# $FreeBSD: src/libexec/ftp-proxy/Makefile,v 1.2 2005/05/18 12:19:50 keramida Exp $

.PATH:	${.CURDIR}/../../contrib/pf/ftp-proxy

PROG=	ftp-proxy
MAN=	ftp-proxy.8

SRCS=   ftp-proxy.c getline.c util.c

WARNS?=	2

.include <bsd.prog.mk>
@


1.2
log
@Switch to WARNS=2 instead of tinkering directly with CFLAGS (level 2 was
picked because higher warn levels are broken for ftp-proxy at the moment).

Approved by:	mlaier
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2.2.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/libexec/ftp-proxy/Makefile 146341 2005-05-18 12:19:50Z keramida $
@


1.2.12.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.1
log
@Add skeleton build dirs for pf userland:
 libexec/ftp-proxy	- ftp proxy for pf
 sbin/pfctl		- equivalent to sbin/ipf
 sbin/pflogd		- deamon logging packets via if_pflog in pcap format
 usr.sbin/authpf	- authentification shell to modify pf rulesets

Bring along some altq headers used to satisfy pfctl/authpf compile. This
helps to keep the diff down and will make it easy to have a altq-patchset
use the full powers of pf.

Also make sure that the pf headers are installed.

This does not link anything to the build. There will be a NO_PF switch for
make.conf once pf userland is linked.

Approved by:	bms(mentor)
@
text
@d10 1
a10 1
CFLAGS+= -Wall -Werror
@

