# @_ERASE_(#)Makefile 0.0 (Julian Stacey) 94 01 06 THING= date PROG= ${THING} NO_MAN= yes NO_OBJ= yes all clean cleandir obj: true install: .if !exists(/site) #{ Public & CDROM targets echo "Not installing as chroot cdrom target" .else #}{ My exported web servers install -c -m 755 ${.CURDIR}/${THING}.sh \ ${DESTDIR}/usr/local/www/cgi-bin/${THING} .endif #}