OBJS = main.o parse.o misc.o 2RFunctions.o

NormalObjectRule()
NormalHelpRule()

#ifdef i386_ENV
ProgramTarget(2rtf, main.o parse.o misc.o 2RFunctions.o input.o, ${UTILLIB},-lbsd)
#else /* i386_ENV */
ProgramTarget(2rtf, main.o parse.o misc.o 2RFunctions.o input.o, ${UTILLIB}, )
#endif /* i386_ENV */

InstallProgram(2rtf, $(DESTDIR)/bin)
InstallFile(2rtf.trans, $(INSTINCFLAGS), $(DESTDIR)/lib)
InstallDocs(2rtf.help, $(DESTDIR)/help)

DependTarget()
