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

8 lines
108 B
Plaintext

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