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