1997-02-22 19:58:13 +00:00

18 lines
178 B
Makefile

#
# Bmakefile for libsgmls
#
# $Id$
#
LIB= sgmls
SRCS= sgmls.c
CFLAGS+= -I${.CURDIR}/../sgmls
NOMAN= noman
NOPROFILE= noprofile
install:
.include <bsd.lib.mk>