diff options
Diffstat (limited to 'gnu/usr.bin/groff/grops/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/grops/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/grops/Makefile b/gnu/usr.bin/groff/grops/Makefile new file mode 100644 index 000000000000..2a5b8a200de7 --- /dev/null +++ b/gnu/usr.bin/groff/grops/Makefile @@ -0,0 +1,13 @@ +# Makefile for grops + +PROG= grops +SRCS= ps.cc psrm.cc +#CFLAGS+= -I${.CURDIR}/../include +LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm +DPADD+= ${LIBDRIVER} ${LIBGROFF} ${LIBM} + +MANDEPEND= grops.1 +CLEANFILES+= ${MANDEPEND} + +.include "../Makefile.cfg" +.include <bsd.prog.mk> |