summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/Makefile.inc
blob: bf94a8dfcff66c34ad894ccc7b923ab6983207f9 (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.2 1996/06/04 19:08:04 jfieber Exp $
#

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

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

OpenPOWER on IntegriCloud