summaryrefslogtreecommitdiffstats
path: root/contrib/groff/grn/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/grn/Makefile.sub')
-rw-r--r--contrib/groff/grn/Makefile.sub17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/groff/grn/Makefile.sub b/contrib/groff/grn/Makefile.sub
new file mode 100644
index 0000000..ffa0ad2
--- /dev/null
+++ b/contrib/groff/grn/Makefile.sub
@@ -0,0 +1,17 @@
+PROG=grn
+MAN1=grn.n
+MLIB=$(LIBM)
+XLIBS=$(LIBGROFF)
+OBJS=\
+ hdb.o \
+ hpoint.o \
+ hgraph.o \
+ main.o
+CCSRCS=\
+ $(srcdir)/hdb.cc \
+ $(srcdir)/hpoint.cc \
+ $(srcdir)/hgraph.cc \
+ $(srcdir)/main.cc
+HDRS=\
+ $(srcdir)/gprint.h
+NAMEPREFIX=$(g)
OpenPOWER on IntegriCloud