freebsd_amp_hwpstate/usr.bin/sgmls/Makefile.inc

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