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

8 lines
132 B
Plaintext

PROG= sgmlnorm
SRCS= SGMLGenerator.cxx sgmlnorm.cxx
LDADD= ${CPPLIB} -L${.CURDIR}/../lib -lsp
NOMAN= noman
.include <bsd.prog.mk>