stopgap for non-netbsd build.
This commit is contained in:
parent
5b2489f196
commit
bba6cf07e1
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.12 2014/07/05 19:22:42 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2014/07/15 11:19:08 christos Exp $
|
||||
# from: @(#)Makefile 8.2 (Berkeley) 5/23/94
|
||||
|
||||
SECTION=reference/ref3
|
||||
@ -23,7 +23,12 @@ CLEANFILES+= ${CEXAMPLES} intro.2.tbl
|
||||
|
||||
# Don't re-run vgrind unless you want to patch the output files.
|
||||
# XXXBUILDSH: can we use TOOL_VGRIND here ?
|
||||
.if exists(/usr/libexec/vfontedpr)
|
||||
VFONT= /usr/libexec/vfontedpr
|
||||
.else
|
||||
VFONT= ${TOOL_CAT}
|
||||
.endif
|
||||
|
||||
.c.gr:
|
||||
${VFONT} ${.IMPSRC} | grep -v "^'wh" > ${.TARGET}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user