1*59713Sbostic# @(#)Makefile 5.1 (Berkeley) 05/03/93 2*59713Sbostic 3*59713SbosticNOMAN=noman 4*59713SbosticNOOBJ=noobj 5*59713Sbostic 6*59713Sbosticall nologin clean cleandir depend lint tags: 7*59713Sbostic 8*59713Sbosticbeforeinstall: 9*59713Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 10*59713Sbostic ${.CURDIR}/cpp.sh ${DESTDIR}/usr/bin/cpp 11*59713Sbostic 12*59713Sbostic.include <bsd.prog.mk> 13