summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr/bin/res_query/Makefile
blob: 75380ee079cff6fd86680e8e95e6c4d783b4c5b5 (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=	res_query${BINEXT}
SRCS+=	res_query.c

.include <bsd.prog.mk>