summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr/bin/gethostnamadr/Makefile
blob: 84906ffbbd15bd2026c5e82d8e55a9b4064206b1 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1.1.1 2012/07/13 17:49:54 eric Exp $

.PATH:	${.CURDIR}/..

PROG=	gethostnamadr
SRCS+=	gethostnamadr.c

.include <bsd.prog.mk>