diff options
Diffstat (limited to 'gnu/usr.bin/groff/grohtml/Makefile.sub')
-rw-r--r-- | gnu/usr.bin/groff/grohtml/Makefile.sub | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/grohtml/Makefile.sub b/gnu/usr.bin/groff/grohtml/Makefile.sub new file mode 100644 index 00000000000..3faa1e30125 --- /dev/null +++ b/gnu/usr.bin/groff/grohtml/Makefile.sub @@ -0,0 +1,6 @@ +PROG=grohtml +MAN1=grohtml.n +XLIBS=$(LIBDRIVER) $(LIBGROFF) +MLIB=$(LIBM) +OBJS=html.o +CCSRCS=html.cc |