mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
85fa4c76e5
'yes', not 2.
9 lines
89 B
Makefile
9 lines
89 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= burncd
|
|
WARNS?= 2
|
|
NO_WERROR= yes
|
|
MAN= burncd.8
|
|
|
|
.include <bsd.prog.mk>
|