summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr/bin/res_query/Makefile
blob: 6f4d83392b4d28130a30f0ca9c6c967fe707af10 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 2017/03/09 08:26:42 eric Exp $

.PATH:	${.CURDIR}/..

PROG=	res_query
SRCS+=	res_query.c

.include <bsd.prog.mk>