diff options
Diffstat (limited to 'gnu/usr.bin/groff/libdriver/Makefile')
| -rw-r--r-- | gnu/usr.bin/groff/libdriver/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/libdriver/Makefile b/gnu/usr.bin/groff/libdriver/Makefile new file mode 100644 index 000000000000..39f8189fe373 --- /dev/null +++ b/gnu/usr.bin/groff/libdriver/Makefile @@ -0,0 +1,14 @@ +# Makefile for libdriver + +LIB= driver +SRCS= input.cc printer.cc +CFLAGS+= -I$(.CURDIR)/../include +CXXFLAGS+= -I$(.CURDIR)/../include + +NOMAN= noman +NOPROFILE= noprofile + +install: + +.include "../Makefile.cfg" +.include <bsd.lib.mk> |
