Date: 21 Jun 2001 03:16:01 +0200 From: Dag-Erling Smorgrav <des@ofug.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.root.dist Message-ID: <xzpae321vla.fsf@flood.ping.uio.no> In-Reply-To: <200106210110.f5L1AVh96002@freefall.freebsd.org> References: <200106210110.f5L1AVh96002@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"David E. O'Brien" <obrien@FreeBSD.org> writes: > Log: > Add etc/rc.d (looking to the future) How about this? Index: Makefile =================================================================== RCS file: /home/ncvs/src/etc/Makefile,v retrieving revision 1.255 diff -u -r1.255 Makefile --- Makefile 2001/06/13 16:39:23 1.255 +++ Makefile 2001/06/21 01:15:11 @@ -1,6 +1,8 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 # $FreeBSD: src/etc/Makefile,v 1.255 2001/06/13 16:39:23 phk Exp $ +SUBDIR= rc.d + .if !defined(NO_SENDMAIL) SUBDIR= sendmail .endif DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpae321vla.fsf>