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

17 lines
336 B
PHP
Raw Normal View History

#
# Bmakefile for rast
#
1996-06-19 20:36:35 +00:00
# $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
1996-06-19 20:36:35 +00:00