diff --git a/libexec/tcpd/Makefile b/libexec/tcpd/Makefile --- a/libexec/tcpd/Makefile +++ b/libexec/tcpd/Makefile @@ -4,6 +4,8 @@ .PATH: ${SRCTOP}/contrib/tcp_wrappers +PACKAGE= tcpd + PROG= tcpd MAN= tcpd.8 CSTD?= c89 diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -104,6 +104,8 @@ 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 diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile --- a/usr.sbin/tcpdchk/Makefile +++ b/usr.sbin/tcpdchk/Makefile @@ -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 diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -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