summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/Makefile.inc
blob: e1ed57f18531b041547b500e5ff0b396ae4af614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Bmakefile for rast
#
# $Id: Makefile.inc,v 1.3 1996/06/19 20:36:35 jkh Exp $
#

.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