# @(#)Makefile 0.0 (Julian Stacey) 94 01 06 THING= easter PROG= ${THING} SRCS= ${THING}.c NO_MAN= yes CFLAGS += -static # allow same binary on hosts at different release levels install: .if !exists(/site) #{ Public & CDROM targets echo "Not installing as chroot cdrom target" .else #}{ My exported web servers install -c -m 755 ${THING} \ ${DESTDIR}/usr/local/www/cgi-bin/${THING}.bin install -c -m 755 ${.CURDIR}/${THING}.sh \ ${DESTDIR}/usr/local/www/cgi-bin/${THING} .endif #} .include