diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-09-08 01:27:58 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-09-08 01:27:58 +0000 |
| commit | f7c160386ae87d0904503f093e42d98be562d9e9 (patch) | |
| tree | 9f10d6854c5b1802bb9538b7dba03ff1fd865218 /gnu/usr.bin/groff/libdriver | |
| parent | e72c5689b07b95fb040ad0a051840a2c51f6e0dc (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/groff/libdriver')
| -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> |
