Add two header files that appeared in the last update.

Closes PR 18551 by Sergio Jimenez Romero.
This commit is contained in:
wiz 2002-10-07 23:42:21 +00:00
parent eb20c28d7a
commit 16c12b6e86

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink2.mk,v 1.3 2002/09/10 16:06:50 wiz Exp $
# $NetBSD: buildlink2.mk,v 1.4 2002/10/07 23:42:21 wiz Exp $
.if !defined(SABLOTRON_BUILDLINK2_MK)
SABLOTRON_BUILDLINK2_MK= # defined
@ -9,7 +9,9 @@ BUILDLINK_PKGSRCDIR.sablotron?= ../../textproc/sablotron
EVAL_PREFIX+= BUILDLINK_PREFIX.sablotron=sablotron
BUILDLINK_PREFIX.sablotron_DEFAULT= ${LOCALBASE}
BUILDLINK_FILES.sablotron= include/sablot.h
BUILDLINK_FILES.sablotron= include/sabcfg.h
BUILDLINK_FILES.sablotron+= include/sabdbg.h
BUILDLINK_FILES.sablotron+= include/sablot.h
BUILDLINK_FILES.sablotron+= include/sdom.h
BUILDLINK_FILES.sablotron+= include/shandler.h
BUILDLINK_FILES.sablotron+= include/sxpath.h