
This brings our tree to NetBSD 7.0, as found on -current on the 10-10-2015. This updates: - LLVM to 3.6.1 - GCC to GCC 5.1 - Replace minix/commands/zdump with usr.bin/zdump - external/bsd/libelf has moved to /external/bsd/elftoolchain/ - Import ctwm - Drop sprintf from libminc Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
23 lines
552 B
Makefile
23 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/01/16 01:15:34 christos Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}mandoc
|
|
HOST_SRCDIR= external/bsd/mdocml/bin/mandoc
|
|
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
NETBSD_MINOR!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n
|
|
NETBSD_OSNAME= "NetBSD ${NETBSD_MINOR}"
|
|
|
|
HOST_CPPFLAGS+= -DOSNAME=${NETBSD_OSNAME:Q} -DHAVE_CONFIG_H -I.
|
|
|
|
DPSRCS+= config.h
|
|
|
|
CLEANFILES+= config.log config.h
|
|
|
|
config.h: configure config.h.pre config.h.post
|
|
SRCDIR=${DISTDIR} ${HOST_SH} -x ${DISTDIR}/configure
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|