1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/tools/regression/sockets/unix_gc/Makefile
Ulrich Spörlein 47e1a877c5 Always assign WARNS using ?=
- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication

Approved by:	ed (co-mentor)
2010-03-02 16:58:04 +00:00

8 lines
69 B
Makefile

# $FreeBSD$
PROG= unix_gc
NO_MAN=
WARNS?= 3
.include <bsd.prog.mk>