freebsd-nq/usr.bin/sgmls/Makefile.inc

17 lines
275 B
PHP
Raw Normal View History

#
# Bmakefile for rast
#
1997-02-22 19:58:13 +00:00
# $Id$
#
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
.if exists(${.OBJDIR}/../libsgmls)
LIBSGMLS= ${.OBJDIR}/../libsgmls/libsgmls.a
.else
LIBSGMLS= ${.CURDIR}/../libsgmls/libsgmls.a
.endif
1996-06-19 20:36:35 +00:00