44842f599e
actually available at the time I brought in the former. Lots of assorted bug fixes and much needed support for catalogs.
18 lines
178 B
Makefile
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>
|