Index: lib/libpam/pam.d/Makefile =================================================================== --- lib/libpam/pam.d/Makefile +++ lib/libpam/pam.d/Makefile @@ -26,6 +26,7 @@ .if ${MK_FTP} != "no" CONFGROUPS+= FTP FTP+= ftpd +FTPPACKAGE= ftp afterinstallconfig: ${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${CONFDIR}/ftpd ${DESTDIR}${CONFDIR}/ftp Index: libexec/hyperv/Makefile =================================================================== --- libexec/hyperv/Makefile +++ libexec/hyperv/Makefile @@ -4,6 +4,7 @@ BINDIR= ${LIBEXECDIR}/hyperv +PACKAGE= hyperv-tools SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info SCRIPTS+= hyperv_vfattach hyperv_vfup Index: release/packages/Makefile.package =================================================================== --- release/packages/Makefile.package +++ release/packages/Makefile.package @@ -38,6 +38,8 @@ dtrace_DESC= Dtrace Utilities ee_COMMENT= Easy Editor Utilities ee_DESC= Easy Editor Utilities +ftp_COMMENT= FTP Utilities +ftp_DESC= FTP Utilities gdb_COMMENT= GDB Utilities gdb_DESC= GDB Utilities ggate_COMMENT= GEOM Gate Utilities @@ -48,6 +50,8 @@ hast_DESC= Highly Available Storage daemon hostapd_COMMENT= 802.11 Access Point Daemon an Utilities hostapd_DESC= 802.11 Access Point Daemon an Utilities +hyperv-tools_COMMENT= Microsoft HyperV Utilities +hyperv-tools_DESC= Microsoft HyperV Utilities jail_COMMENT= Jail Utilities jail_DESC= Jail Utilities jail-debug_DESCR= Debugging Symbols Index: usr.bin/ftp/Makefile =================================================================== --- usr.bin/ftp/Makefile +++ usr.bin/ftp/Makefile @@ -8,6 +8,8 @@ # #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 +PACKAGE= ftp + TNFTP= ${SRCTOP}/contrib/tnftp .PATH: ${TNFTP}/src