#
# Bmakefile for libsgmls
#
# $id$
#

LIB=	sgmls
SRCS=	sgmls.c

CFLAGS+= -I${.CURDIR}/../sgmls

NOMAN=          noman
NOPROFILE=      noprofile

install:

.include <bsd.lib.mk>
