BSD 4_3_Reno release
[unix-history] / usr / share / doc / usd / 01.begin / Makefile
CommitLineData
1c15e888 1# @(#)Makefile 5.1 (Berkeley) 6/30/90
75dea27d
KB
2
3DIR= usd/01.begin
4SRCS= u.mac u0 u1 u2 u3 u4 u5
5MACROS= -msU
6
7paper.${PRINTER}: ${SRCS}
8 ${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>