diff options
Diffstat (limited to 'gnu/usr.bin/groff/libdriver/Makefile')
-rw-r--r-- | gnu/usr.bin/groff/libdriver/Makefile | 13 |
1 files changed, 13 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..368c16ce4b6e --- /dev/null +++ b/gnu/usr.bin/groff/libdriver/Makefile @@ -0,0 +1,13 @@ +# Makefile for libdriver + +LIB= driver +SRCS= input.cc printer.cc +CFLAGS+= -I$(DISTDIR)/../include + +NOMAN= noman +NOPROFILE= noprofile + +install: + +.include "../Makefile.cfg" +.include <bsd.lib.mk> |