mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
a748290789
set WARNS=0. Reviewed by: mike
8 lines
69 B
Makefile
8 lines
69 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= expr
|
|
SRCS= expr.y
|
|
YFLAGS=
|
|
|
|
.include <bsd.prog.mk>
|