Set WARNS=3 so this actually compiles.

This commit is contained in:
Neel Natu 2013-03-20 21:47:05 +00:00
parent e3269b5096
commit 7778bd576f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248564

View File

@ -6,4 +6,6 @@ PROG= netreceive
NO_MAN=
LDFLAGS += -lpthread
WARNS?= 3
.include <bsd.prog.mk>