aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/Makefile.cpg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/Makefile.cpg')
-rw-r--r--contrib/groff/Makefile.cpg20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/groff/Makefile.cpg b/contrib/groff/Makefile.cpg
new file mode 100644
index 000000000000..1b9f66f0da3c
--- /dev/null
+++ b/contrib/groff/Makefile.cpg
@@ -0,0 +1,20 @@
+# Makefile.cpg
+MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \
+ $(srcdir)/Makefile.sub $(srcdir)/../Makefile.cpg $(srcdir)/Makefile.dep
+
+all: $(PROG) $(MANPAGES)
+
+$(PROG): $(OBJS) $(XLIBS)
+ $(LINK.c) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
+
+install_bin: install_prog
+install_prog: $(PROG)
+install_data: install_man
+install_man: $(MANPAGES)
+uninstall_sub: uninstall_prog uninstall_man
+depend: depend_src
+depend.temp: $(GENSRCS) $(YTABC)
+distfiles: $(YTABC)
+TAGS: TAGS_src
+TAGS_src: $(CCSRCS) $(CSRCS) $(GRAM) $(HDRS)
+Makefile: $(MAKEFILEPARTS)