Cross Reference: Makefile
xref: /src/tools/mandoc/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tools/mandoc/
11.16Sgutterid#	$NetBSD: Makefile,v 1.16 2025/06/19 17:38:54 gutteridge Exp $
21.1Sjoerg
31.1SjoergHOSTPROGNAME=	${_TOOL_PREFIX}mandoc
41.1SjoergHOST_SRCDIR=	external/bsd/mdocml/bin/mandoc
51.1Sjoerg
61.13Schristos.include <bsd.hostinit.mk>
71.2Sjoerg
81.2SjoergNETBSD_MINOR!=	${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n
91.2SjoergNETBSD_OSNAME=	"NetBSD ${NETBSD_MINOR}"
101.2Sjoerg
111.4SjoergHOST_CPPFLAGS+=	-DOSNAME=${NETBSD_OSNAME:Q} -DHAVE_CONFIG_H -I.
121.4Sjoerg
131.4SjoergDPSRCS+=	config.h
141.4Sjoerg
151.9SchristosCLEANFILES+=	config.log config.h Makefile.local
161.5Sjoerg
171.8Schristosconfig.h: configure 
181.16Sgutterid	SRCDIR=${DISTDIR} CC=${HOST_CC:Q} ${HOST_SH} ${DISTDIR}/configure
191.2Sjoerg
201.1Sjoerg.include "${.CURDIR}/../Makefile.host"
21

Indexes created Fri Dec 26 23:09:32 GMT 2025