1# $OpenBSD: Makefile,v 1.2 2017/03/09 08:26:42 eric Exp $ 2 3.PATH: ${.CURDIR}/.. 4 5PROG= res_query 6SRCS+= res_query.c 7 8.include <bsd.prog.mk> 9