]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/timed/SMM.doc/timed/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / usr.sbin / timed / SMM.doc / timed / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/8/93
2 # $FreeBSD$
3
4 DIR=    smm/12.timed
5 SRCS=   timed.ms
6 MACROS= -ms
7 PRINTER=Pdp
8
9 paper.${PRINTER}: ${SRCS}
10         ${SOELIM} ${SRCS} | ${TBL} | ${ROFF} > ${.TARGET}
11
12 .include <bsd.doc.mk>