mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
__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.
7 lines
109 B
Makefile
7 lines
109 B
Makefile
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
|
|
# $FreeBSD$
|
|
|
|
PROG= ypwhich
|
|
NO_WERROR=yes
|
|
|
|
.include <bsd.prog.mk>
|