#
# $FreeBSD$
PROG= socketpair
NO_MAN=
socketpair: socketpair.c
gcc -Wall -o socketpair socketpair.c
.include <bsd.prog.mk>