Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Do not create the binary/security directory, there is no...



details:   https://anonhg.NetBSD.org/src/rev/e85d33b085ad
branches:  trunk
changeset: 495794:e85d33b085ad
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Aug 06 18:10:48 2000 +0000

description:
Do not create the binary/security directory, there is no seperate
security set anymore.

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r edba7e15c0e3 -r e85d33b085ad etc/Makefile
--- a/etc/Makefile      Sun Aug 06 17:59:15 2000 +0000
+++ b/etc/Makefile      Sun Aug 06 18:10:48 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.157 2000/08/03 13:00:02 kleink Exp $
+#      $NetBSD: Makefile,v 1.158 2000/08/06 18:10:48 fvdl Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -59,7 +59,7 @@
 # add to this.
 # NOTE: Parent directories must be listed before subdirectories.
 INSTALLATION_DIRS= \
-       binary binary/sets binary/kernel binary/security installation
+       binary binary/sets binary/kernel installation
 
 .if exists(etc.${MACHINE}/Makefile.inc)
 .include "etc.${MACHINE}/Makefile.inc"



Home | Main Index | Thread Index | Old Index