diff options
Diffstat (limited to 'gnu/usr.bin/groff/src/preproc/grn/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/src/preproc/grn/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/src/preproc/grn/Makefile b/gnu/usr.bin/groff/src/preproc/grn/Makefile new file mode 100644 index 0000000..8192e8d --- /dev/null +++ b/gnu/usr.bin/groff/src/preproc/grn/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +PROG= grn +SRCS= hdb.cc hpoint.cc hgraph.cc main.cc +DPADD= ${LIBGROFF} ${LIBM} +LDADD= ${LIBGROFF} -lm +CLEANFILES= ${MAN} + +.include <bsd.prog.mk> |