61614fe0ad
Reviewed by: Paul Richards, Garrett Wollman
13 lines
232 B
Makefile
13 lines
232 B
Makefile
#
|
|
# Bmakefile for rast
|
|
#
|
|
# $id$
|
|
#
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.if exists(${.CURDIR}/../libsgmls/obj)
|
|
LIBSGMLS= ${.CURDIR}/../libsgmls/obj/libsgmls.a
|
|
.else
|
|
LIBSGMLS= ${.CURDIR}/../libsgmls/libsgmls.a
|
|
.endif |