5abb10faa1
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
11 lines
131 B
Makefile
11 lines
131 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= yp
|
|
PROG= yppoll
|
|
MAN= yppoll.8
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|