1*51706Sbostic# @(#)Makefile 5.9 (Berkeley) 11/14/91 235525Sbostic 341630SbosticPROG= enpload 4*51706SbosticCFLAGS+=-I/sys 541630SbosticMAN8= enpload.0 635525Sbostic 741630Sbosticinstall: 841630Sbostic install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} enpload \ 941630Sbostic ${DESTDIR}${BINDIR} 1041630Sbostic install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} ${MAN8} \ 1141630Sbostic ${DESTDIR}${MANDIR}8/tahoe 1241630Sbostic install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/enpcode \ 1341630Sbostic ${DESTDIR}/etc 1435525Sbostic 1541630Sbostic.include <bsd.prog.mk> 16