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

.PATH:	${.CURDIR}/..

PROG=	res_query${BINEXT}
SRCS+=	res_query.c

.include <bsd.prog.mk>