Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sbin/init Pull up 1.24 [simonb]:



details:   https://anonhg.NetBSD.org/src/rev/8d883e1b28ce
branches:  netbsd-1-5
changeset: 489897:8d883e1b28ce
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 04:18:51 2000 +0000

description:
Pull up 1.24 [simonb]:
Remove INSTALLFLAGS=-fschg.

diffstat:

 sbin/init/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r d378b57155e3 -r 8d883e1b28ce sbin/init/Makefile
--- a/sbin/init/Makefile        Wed Oct 18 04:18:15 2000 +0000
+++ b/sbin/init/Makefile        Wed Oct 18 04:18:51 2000 +0000
@@ -1,11 +1,10 @@
-#      $NetBSD: Makefile,v 1.23 2000/03/19 23:22:55 soren Exp $
+#      $NetBSD: Makefile,v 1.23.4.1 2000/10/18 04:18:51 tv Exp $
 #      @(#)Makefile    8.1 (Berkeley) 7/19/93
 
 PROG=  init
 MAN=   init.8
 DPADD= ${LIBUTIL} ${LIBCRYPT}
 LDADD= -lutil -lcrypt
-INSTALLFLAGS=-fschg
 CPPFLAGS+=-DALTSHELL -DSECURE -DMSDOSFS_ROOT
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index