Makefile revision 1.6
11.6Scgd# @(#)Makefile 8.1 (Berkeley) 7/27/93 21.1Scgd 31.1ScgdDIR= smm/01.setup 41.6ScgdSRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 51.6ScgdFILES= ${SRCS} 61.6ScgdMACROS= -ms 71.2Scgd 81.6Scgdpaper.ps: ${SRCS} 91.6Scgd ${TBL} ${SRCS} | ${ROFF} > ${.TARGET} 101.6Scgd 111.6Scgdinstall: ${SRCS} 121.6Scgd install -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 131.6Scgd Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR} 141.1Scgd 151.2Scgd.include <bsd.doc.mk> 16