freebsd-dev/usr.bin/sgmls/Makefile.inc
1996-06-19 20:36:35 +00:00

17 lines
336 B
Makefile

#
# Bmakefile for rast
#
# $Id: Makefile.inc,v 1.2 1996/06/04 19:08:04 jfieber Exp $
#
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
.if exists(${.CURDIR}/../libsgmls/obj)
LIBSGMLS= ${.CURDIR}/../libsgmls/obj/libsgmls.a
.else
LIBSGMLS= ${.CURDIR}/../libsgmls/libsgmls.a
.endif