From owner-cvs-all Sun Nov 28 9:52:44 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6605314D4C; Sun, 28 Nov 1999 09:52:42 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA40882; Sun, 28 Nov 1999 09:52:42 -0800 (PST) (envelope-from bde@FreeBSD.org) Message-Id: <199911281752.JAA40882@freefall.freebsd.org> From: Bruce Evans Date: Sun, 28 Nov 1999 09:52:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/11/28 09:52:41 PST Modified files: share/mk bsd.kmod.mk Log: Build and clean device interface files (foo_if.[ch]) and empty options files (opt_*.h) automatically (if they are in ${SRCS}). Clean vnode_if.[ch] automatically (if one of them is in ${SRCS}, not just if VFS_KLD is defined). There are some complications to avoid using the "@" symlink before it is built. Revision Changes Path 1.67 +34 -5 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message