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
10 lines
118 B
Makefile
10 lines
118 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= yp
|
|
PROG= ypmatch
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|