Cross Reference: Makefile
xref: /src/tools/mandoc/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tools/mandoc/
Makefile revision 1.10
11.10Sjoerg#	$NetBSD: Makefile,v 1.10 2017/09/07 18:57:47 joerg Exp $
21.1Sjoerg
31.1SjoergHOSTPROGNAME=	${_TOOL_PREFIX}mandoc
41.1SjoergHOST_SRCDIR=	external/bsd/mdocml/bin/mandoc
51.1Sjoerg
61.3SjoergNOMAN=		# defined
71.3Sjoerg
81.2Sjoerg.include <bsd.own.mk>
91.2Sjoerg
101.2SjoergNETBSD_MINOR!=	${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n
111.2SjoergNETBSD_OSNAME=	"NetBSD ${NETBSD_MINOR}"
121.2Sjoerg
131.4SjoergHOST_CPPFLAGS+=	-DOSNAME=${NETBSD_OSNAME:Q} -DHAVE_CONFIG_H -I.
141.4Sjoerg
151.4SjoergDPSRCS+=	config.h
161.4Sjoerg
171.9SchristosCLEANFILES+=	config.log config.h Makefile.local
181.5Sjoerg
191.8Schristosconfig.h: configure 
201.10Sjoerg	SRCDIR=${DISTDIR} CC=${HOST_CC} ${HOST_SH} ${DISTDIR}/configure
211.2Sjoerg
221.1Sjoerg.include "${.CURDIR}/../Makefile.host"
23

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