mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 11:20:29 -05:00
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
9 lines
116 B
Makefile
9 lines
116 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PACKAGE= yp
|
|
PROG= ypcat
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|