Makefile revision 136910
1#
2# $FreeBSD: head/tools/regression/sockets/socketpair/Makefile 136910 2004-10-24 15:33:08Z ru $
3#
4
5PROG=	socketpair
6NOMAN=
7
8socketpair: socketpair.c
9	gcc -Wall -o socketpair socketpair.c
10
11.include <bsd.prog.mk>
12