openbsd-ports/textproc/jade/files/nsgmls-Makefile
1998-04-05 09:54:22 +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>