1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# $NetBSD: Makefile,v 1.1 2009/04/12 03:46:06 christos Exp $ .include <bsd.own.mk> PROG= host SRCS= host.c dighost.c BINDIR= /usr/bin .include "${.CURDIR}/../Makefile.inc" DIST=${IDIST}/bin/dig CPPFLAGS+= -I${DIST}/include .PATH: ${DIST} .include <bsd.prog.mk>