1 # $NetBSD: Makefile,v 1.5.12.1 2014/08/20 00:04:56 tls Exp $ 2 3 HOSTPROGNAME= ${_TOOL_PREFIX}mandoc 4 HOST_SRCDIR= external/bsd/mdocml/bin/mandoc 5 6 NOMAN= # defined 7 8 .include <bsd.own.mk> 9 10 NETBSD_MINOR!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n 11 NETBSD_OSNAME= "NetBSD ${NETBSD_MINOR}" 12 13 HOST_CPPFLAGS+= -DOSNAME=${NETBSD_OSNAME:Q} -DHAVE_CONFIG_H -I. 14 15 DPSRCS+= config.h 16 17 CLEANFILES+= config.log config.h 18 19 config.h: configure config.h.pre config.h.post 20 SRCDIR=${DISTDIR} ${HOST_SH} -x ${DISTDIR}/configure 21 22 .include "${.CURDIR}/../Makefile.host" 23