freebsd-dev/usr.bin/sgmls/Makefile.inc
John Fieber 61614fe0ad The sgmls SGML parser. Support for our hypertext documents.
Reviewed by:	Paul Richards, Garrett Wollman
1995-04-27 16:03:47 +00:00

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