1*41560Sbostic# @(#)bsd.global.mk 5.1 (Berkeley) 05/10/90 2*41560Sbostic 3*41560Sbostic.SUFFIXES: .out .o .c .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0 4*41560Sbostic 5*41560Sbostic.8.0 .7.0 .6.0 .5.0 .4.0 .3.0 .2.0 .1.0: 6*41560Sbostic nroff -man -h ${.IMPSRC} > ${.TARGET} 7*41560Sbostic 8*41560SbosticCFLAGS+=${COPTS} 9*41560Sbostic 10*41560Sbostic.if defined(SHAREDSTRINGS) 11*41560Sbostic.c.o: 12*41560Sbostic ${CC} -E ${CFLAGS} ${.IMPSRC} | /usr/bin/xstr -c - 13*41560Sbostic @${CC} ${CFLAGS} -c x.c -o ${.TARGET} 14*41560Sbostic @rm -f x.c 15*41560Sbostic.endif 16