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