]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - tools/regression/sockets/accf_data_attach/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / tools / regression / sockets / accf_data_attach / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   accf_data_attach
6 NO_MAN=
7
8 accf_data_attach: accf_data_attach.c
9         gcc -Wall -o accf_data_attach accf_data_attach.c
10
11 .include <bsd.prog.mk>