1995-04-27 16:03:47 +00:00
|
|
|
#
|
|
|
|
# Bmakefile for rast
|
|
|
|
#
|
1997-01-14 07:20:47 +00:00
|
|
|
# $FreeBSD$
|
1995-04-27 16:03:47 +00:00
|
|
|
#
|
|
|
|
|
1996-06-04 19:09:50 +00:00
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
1995-04-27 16:03:47 +00:00
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
1996-06-04 19:09:50 +00:00
|
|
|
.endif
|
1995-04-27 16:03:47 +00:00
|
|
|
|
1996-06-24 04:26:21 +00:00
|
|
|
.if exists(${.OBJDIR}/../libsgmls)
|
|
|
|
LIBSGMLS= ${.OBJDIR}/../libsgmls/libsgmls.a
|
1995-04-27 16:03:47 +00:00
|
|
|
.else
|
|
|
|
LIBSGMLS= ${.CURDIR}/../libsgmls/libsgmls.a
|
1996-06-04 19:09:50 +00:00
|
|
|
.endif
|
1996-06-19 20:36:35 +00:00
|
|
|
|