xref: /csrg-svn/share/mk/rcs.mk (revision 40580)
1*40580Sbostic# for RCS
2*40580Sbostic.SUFFIXES: .out .a .ln .o .c .F .f .e .r .y .l .s .cl .p .h \
3*40580Sbostic	       .c,v .y,v .l,v .s,v .h,v .8 .7 .6 .5 .4 .3 .2 .1 .0
4*40580Sbostic
5*40580SbosticCI=		/usr/new/ci
6*40580SbosticCIFLAGS=
7*40580Sbostic
8*40580SbosticCO=		/usr/new/co
9*40580SbosticCOFLAGS=
10*40580Sbostic
11*40580Sbostic.c,v.c .y,v.y .l,v.l .s,v.s .h,v.h:
12*40580Sbostic	${CO} ${COFLAGS} ${.IMPSRC} ${.TARGET}
13