1 # $NetBSD: Makefile.inc,v 1.3 2024/02/21 22:50:56 christos Exp $ 2 3 .include <bsd.own.mk> 4 5 .include "${.CURDIR}/../../Makefile.inc" 6 7 TOOLS=${IDIST}/bin/tools 8 9 .PATH: ${TOOLS} ${IDIST}/doc/man 10 11 PROG=${BASE} 12 SRCS=${BASE}.c 13 MAN=${BASE}.1 14 # Keep things where they used to be historically 15 # Ideally since most utils have moved to section 1 man 16 # pages, we should move them to /usr/bin too. But 17 # those utils are only related to bind so moving them 18 # to /usr/bin would just add clutter. 19 # The following does not work, hard-code 20 # BINDIR= ${${BASE} == "arpaname":? /usr/bin : /usr/sbin} 21