summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/Makefile.inc
blob: 41a5df021d3b39e74d91eece737e4f339eae99d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Bmakefile for rast
#
# $FreeBSD$
#

.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif

.if exists(${.OBJDIR}/../libsgmls)
LIBSGMLS=       ${.OBJDIR}/../libsgmls/libsgmls.a
.else
LIBSGMLS=       ${.CURDIR}/../libsgmls/libsgmls.a
.endif

OpenPOWER on IntegriCloud