summaryrefslogtreecommitdiff
path: root/src/utils/xtotroff/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xtotroff/Makefile.sub')
-rw-r--r--src/utils/xtotroff/Makefile.sub8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/utils/xtotroff/Makefile.sub b/src/utils/xtotroff/Makefile.sub
new file mode 100644
index 00000000..8a2fa5d1
--- /dev/null
+++ b/src/utils/xtotroff/Makefile.sub
@@ -0,0 +1,8 @@
+PROG=xtotroff$(EXEEXT)
+# MAN1=xtotroff.n
+MLIB=$(LIBM)
+XLIBS=$(LIBXUTIL)
+EXTRA_CFLAGS=$(X_CFLAGS)
+EXTRA_LDFLAGS=$(X_LIBS) $(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS) -lXaw
+OBJS=xtotroff.$(OBJEXT)
+CSRCS=$(srcdir)/xtotroff.c