openbsd-ports/textproc/sp/files/nsgmls-Makefile
1998-05-22 01:32:04 +00:00

11 lines
257 B
Plaintext

PROG= nsgmls
SRCS= nsgmls.cxx SgmlsEventHandler.cxx RastEventHandler.cxx
SRCS+= StringSet.cxx nsgmls_inst.o
LDADD= ${CPPLIB} -L${.CURDIR}/../lib -lsp
NOMAN= noman
DPSRCS= nsgmls_inst.cxx NsgmlsMessages.h RastEventHandlerMessages.h
.include <bsd.prog.mk>