]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - tools/regression/sockets/unix_seqpacket_exercise/Makefile
MFC 197775,197777-197779,197781,197794,243152,243313,255478:
[FreeBSD/stable/8.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>