1# $MirOS: src/share/doc/Makefile,v 1.3 2005/03/15 22:13:29 tg Exp $ 2# $OpenBSD: Makefile,v 1.3 2004/02/12 10:03:31 jmc Exp $ 3# @(#)Makefile 8.1 (Berkeley) 6/5/93 4 5.MAIN: all 6 7.if !make(install) 8 SUBDIR= legal 9.endif 10 11.if make(install) 12 SUBDIR!= print */Makefile | sed 's,/Makefile[[:>:]],,g' 13.endif 14 15afterinstall: 16 ${INSTALL} -c -o ${DOCOWN} -g ${DOCGRP} -m ${DOCMODE} \ 17 README ${DESTDIR}${DOCDIR}/ 18 19.include <bsd.subdir.mk> 20