diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-09-28 09:49:50 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-12-21 09:17:22 +0000 |
commit | 5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c (patch) | |
tree | a41e90ed3b6eaab80c46381feb93586070e2b31a /usr.sbin/rpc.yppasswdd | |
parent | 0855e37c72c7904600967ff4268ef69505eb4f4e (diff) |
pkgbase: Put yellow pages programs to its own package
YP is less and less used, split them to users have the choice to not
install them.
MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33441
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r-- | usr.sbin/rpc.yppasswdd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile index 22887fb0ec88..b31b34f4db3a 100644 --- a/usr.sbin/rpc.yppasswdd/Makefile +++ b/usr.sbin/rpc.yppasswdd/Makefile @@ -5,6 +5,7 @@ RPCDIR= ${DESTDIR}/usr/include/rpcsvc .PATH: ${SRCTOP}/usr.sbin/ypserv ${SRCTOP}/usr.bin/chpass \ ${SRCTOP}/libexec/ypxfr ${RPCDIR} +PACKAGE=yp PROG= rpc.yppasswdd SCRIPTS=yppwupdate SCRIPTSDIR= ${LIBEXECDIR} |