From owner-freebsd-stable Wed Sep 4 09:06:24 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA18612 for stable-outgoing; Wed, 4 Sep 1996 09:06:24 -0700 (PDT) Received: from shrimp.dataplex.net (shrimp.dataplex.net [208.2.87.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA18604 for ; Wed, 4 Sep 1996 09:06:20 -0700 (PDT) Received: (from root@localhost) by shrimp.dataplex.net (8.7.5/8.7.3) id RAA06173 for stable@freebsd.org; Tue, 3 Sep 1996 17:59:06 -0500 (CDT) Date: Tue, 3 Sep 1996 17:59:06 -0500 (CDT) From: Richard Wackerbarth Message-Id: <199609032259.RAA06173@shrimp.dataplex.net> To: stable@freebsd.org Subject: Patch to fix lndir'ed make Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk *** /cdrom/usr/src/share/examples/Makefile Fri May 3 18:57:02 1996 --- /usr/src/share/examples/Makefile Tue Sep 3 14:45:16 1996 *************** *** 18,24 **** beforeinstall: ${SHARED} .for dir in ${DIRS} ! FILES!= find ${dir} \( -name CVS -prune \) -o -type f -print .for file in ${FILES} copies:: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file} --- 18,24 ---- beforeinstall: ${SHARED} .for dir in ${DIRS} ! FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print .for file in ${FILES} copies:: ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}