summaryrefslogtreecommitdiff
path: root/src/utils/xtotroff/Makefile.sub
blob: 8a2fa5d12b1a39207286b532cf7792f33007a9e5 (plain)
1
2
3
4
5
6
7
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