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

17 lines
280 B
PHP
Raw Normal View History

#
# Bmakefile for rast
#
# $FreeBSD$
#
.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