1*63745Sbostic# @(#)Makefile 5.2 (Berkeley) 07/09/93 259713Sbostic 359713SbosticNOMAN=noman 459713SbosticNOOBJ=noobj 559713Sbostic 659713Sbosticall nologin clean cleandir depend lint tags: 759713Sbostic 859713Sbosticbeforeinstall: 9*63745Sbostic.if ${MACHINE} == "sparc" 1059713Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 11*63745Sbostic ${.CURDIR}/cpp.notraditional.sh ${DESTDIR}/usr/bin/cpp 12*63745Sbostic.else 13*63745Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 1459713Sbostic ${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp 15*63745Sbostic.endif 1659713Sbostic 1759713Sbostic.include <bsd.prog.mk> 18