082d8262b0
__FBSDID() additions some include file sorting. Some Makefile sorting. WARNS?=2 is not added to the Makefile, because it is going to be default for usr.bin/ NO_WERROR is set because there are rpc*.h file issues.
8 lines
109 B
Makefile
8 lines
109 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PROG= ypmatch
|
|
NO_WERROR=yes
|
|
|
|
.include <bsd.prog.mk>
|