freebsd-dev/libexec/Makefile
Max Laier 8d69c48be5 Link pf to the build and install:
This adds the former ports registered groups: proxy and authpf as well as
the proxy user. Make sure to run mergemaster -p in oder to complete make
installworld without errors.

This also provides the passive OS fingerprints from OpenBSD (pf.os) and an
example pf.conf.

For those who want to go without pf; it provides a NO_PF knob to make.conf.

__FreeBSD_version will be bumped soon to reflect this and to be able to
change ports accordingly.

Approved by:	bms(mentor)
2004-03-08 22:03:29 +00:00

60 lines
762 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
# $FreeBSD$
SUBDIR= atrun \
bootpd \
comsat \
fingerd \
ftpd \
${_ftp-proxy} \
getNAME \
getty \
${_lukemftpd} \
${_mail.local} \
makekey \
mknetid \
${_named-xfer} \
pppoed \
pt_chown \
rbootd \
revnetgroup \
rexecd \
rlogind \
rpc.rquotad \
rpc.rstatd \
rpc.rusersd \
rpc.rwalld \
rpc.sprayd \
rshd \
${_rtld-elf} \
save-entropy \
${_smrsh} \
talkd \
tcpd \
telnetd \
tftpd \
ypxfr
.if !defined(NO_BIND)
_named-xfer= named-xfer
.endif
.if !defined(NO_PF)
_ftp-proxy= ftp-proxy
.endif
.if !defined(NOPIC)
_rtld-elf= rtld-elf
.endif
.if !defined(NO_SENDMAIL)
_mail.local= mail.local
_smrsh= smrsh
.endif
.if defined(WANT_LUKEMFTPD)
_lukemftpd= lukemftpd
.endif
.include <bsd.subdir.mk>