mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
61614fe0ad
Reviewed by: Paul Richards, Garrett Wollman
13 lines
No EOL
232 B
Makefile
13 lines
No EOL
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 |