XCOMM rtf2null -- RTF-to-nothing translator (the minimal translator)

   SRCS = null-unix.c null-writer.c
   OBJS = null-unix.o null-writer.o

   LIBS = $(RTFLIBS) $(TSLIB)
DEPLIBS = $(DEPRTFLIBS) $(DEPTSLIB)

BuildProgram(rtf2null,$(SRCS),$(OBJS),$(LIBS),$(DEPLIBS))
InstallProgram(rtf2null,$(LOCALBINDIR))

DependTarget()
