Skip to content

Commit

Permalink
pkgbase: Create a FreeBSD-tcpd package
Browse files Browse the repository at this point in the history
And put the tcp-wrapper utilities in it.

Reviewed by:	emaste
MFC after:	2 weeks
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D33439
  • Loading branch information
evadot committed Dec 21, 2021
1 parent 3ea43ef commit 078b764
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libexec/tcpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

.PATH: ${SRCTOP}/contrib/tcp_wrappers

PACKAGE= tcpd

PROG= tcpd
MAN= tcpd.8
CSTD?= c89
Expand Down
2 changes: 2 additions & 0 deletions release/packages/Makefile.package
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ svn_COMMENT= Subversion Version Control System
svn_DESC= Subversion Version Control System
syscons_COMMENT= Syscons Console
syscons_DESC= Syscons Console
tcpd_COMMENT= TCP Wrapper utilities
tcpd_DESC= TCP Wrapper utilities
telnet_COMMENT= Telnet and telnetd
telnet_DESC= Telnet and telnetd
tests_COMMENT= Test Suite
Expand Down
2 changes: 2 additions & 0 deletions usr.sbin/tcpdchk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

.PATH: ${SRCTOP}/contrib/tcp_wrappers

PACKAGE= tcpd

PROG= tcpdchk
MAN= tcpdchk.8
SRCS= tcpdchk.c fakelog.c inetcf.c scaffold.c
Expand Down
2 changes: 2 additions & 0 deletions usr.sbin/tcpdmatch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

.PATH: ${SRCTOP}/contrib/tcp_wrappers

PACKAGE= tcpd

PROG= tcpdmatch
MAN= tcpdmatch.8
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
Expand Down

0 comments on commit 078b764

Please sign in to comment.