xref: /original-bsd/old/efl/USD.doc/Makefile (revision c3e32dec)
1#	@(#)Makefile	6.2 (Berkeley) 06/04/93
2
3DIR=	ps2/06.efl
4SRCS=	efl
5MACROS=	-msU
6
7paper.${PRINTER}: ${SRCS}
8	${TBL} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}
9
10.include <bsd.doc.mk>
11