13 lines
232 B
PHP
13 lines
232 B
PHP
|
#
|
||
|
# 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
|