1# @(#)Makefile 8.1 (Berkeley) 06/06/93 2 3MAN1= style.0 4 5all style: ${MAN1} 6 7clean depend lint tags: 8 9cleandir: 10 rm -f ${MAN1} 11 12beforeinstall: 13 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 14 ${.CURDIR}/style.sh ${DESTDIR}${BINDIR}/style 15 16 17.include "../../Makefile.inc" 18.include <bsd.prog.mk> 19