Home | History | Annotate | Line # | Download | only in mandoc
Makefile revision 1.6
      1  1.6  joerg #	$NetBSD: Makefile,v 1.6 2014/01/05 19:49:57 joerg Exp $
      2  1.1  joerg 
      3  1.1  joerg HOSTPROGNAME=	${_TOOL_PREFIX}mandoc
      4  1.1  joerg HOST_SRCDIR=	external/bsd/mdocml/bin/mandoc
      5  1.1  joerg 
      6  1.3  joerg NOMAN=		# defined
      7  1.3  joerg 
      8  1.2  joerg .include <bsd.own.mk>
      9  1.5  joerg .include <bsd.sys.mk>
     10  1.2  joerg 
     11  1.2  joerg NETBSD_MINOR!=	${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n
     12  1.2  joerg NETBSD_OSNAME=	"NetBSD ${NETBSD_MINOR}"
     13  1.2  joerg 
     14  1.4  joerg HOST_CPPFLAGS+=	-DOSNAME=${NETBSD_OSNAME:Q} -DHAVE_CONFIG_H -I.
     15  1.4  joerg 
     16  1.4  joerg DPSRCS+=	config.h
     17  1.4  joerg 
     18  1.5  joerg CLEANFILES+=	config.log config.h
     19  1.5  joerg 
     20  1.6  joerg config.h: configure config.h.pre config.h.post
     21  1.6  joerg 	SRCDIR=${DISTDIR} ${HOST_SH} -x ${DISTDIR}/configure
     22  1.2  joerg 
     23  1.1  joerg .include "${.CURDIR}/../Makefile.host"
     24