diff options
Diffstat (limited to 'gnu/groff/grotty/Makefile')
| -rw-r--r-- | gnu/groff/grotty/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/groff/grotty/Makefile b/gnu/groff/grotty/Makefile new file mode 100644 index 000000000000..359112aafea6 --- /dev/null +++ b/gnu/groff/grotty/Makefile @@ -0,0 +1,12 @@ +# Makefile for grotty + +PROG= grotty +SRCS= tty.cc +CFLAGS+= -I$(.CURDIR)/../include +LDADD+= $(LIBDRIVER) $(LIBGROFF) -lm +DPADD+= $(LIBDRIVER) $(LIBGROFF) $(LIBMATH) + +.include <bsd.prog.mk> +.include "../../../usr.bin/Makefile.inc" +.include "../Makefile.cfg" +.include "Makefile.dep" |
