freebsd-dev/tools/regression/sockets/reconnect/Makefile
Robert Watson 20ef44d423 Use WARNS?= instead of WARNS= in Makefiles so that global warning
settings can override local ones.

Pointed out by:	ru
2005-01-22 22:42:39 +00:00

10 lines
79 B
Makefile

#
# $FreeBSD$
#
PROG= reconnect
NO_MAN= yes
WARNS?= 2
.include <bsd.prog.mk>