aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ypcat
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-09-28 09:49:50 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-12-21 09:17:22 +0000
commit5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c (patch)
treea41e90ed3b6eaab80c46381feb93586070e2b31a /usr.bin/ypcat
parent0855e37c72c7904600967ff4268ef69505eb4f4e (diff)
downloadsrc-5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c.tar.gz
src-5abb10faa1ff471b45ac4f49ace2b79cc57d7c3c.zip
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.bin/ypcat')
-rw-r--r--usr.bin/ypcat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ypcat/Makefile b/usr.bin/ypcat/Makefile
index 782fdcc1a8d6..3c56dce0883b 100644
--- a/usr.bin/ypcat/Makefile
+++ b/usr.bin/ypcat/Makefile
@@ -1,6 +1,7 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
# $FreeBSD$
+PACKAGE= yp
PROG= ypcat
WARNS?= 3