]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/sockets/unix_seqpacket_exercise/Makefile
MFC r363988:
[FreeBSD/stable/9.git] / tools / regression / sockets / unix_seqpacket_exercise / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=unix_seqpacket_exercise
6 CFLAGS+=-Wall -Werror
7 NO_MAN=
8
9 .include <bsd.prog.mk>