diff options
| author | tv <tv@NetBSD.org> | 2000-10-17 23:51:24 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2000-10-17 23:51:24 +0000 |
| commit | 45fc6b59aeedab1e6aa91c5b737fe7354e1981a4 (patch) | |
| tree | cc9ebe74053f6c670033e800c7516bbd847dddf6 /usr.bin/ssh | |
| parent | 0628f0a87e0ef34d4ab093bd8b2af12db601e344 (diff) | |
Remove INSTALLFLAGS=-fschg. This will break a "make install" phase where
the binary may have been installed already, i.e. a install without
UPDATE=1 (done so that everything gets reinstalled). The schg flag is not
unsettable, even by root, at securelevel 1.
A flag like this should be set by mtree, not install.
Diffstat (limited to 'usr.bin/ssh')
| -rw-r--r-- | usr.bin/ssh/ssh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index 4fdc2be8680..9d2a19739f1 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/17 15:58:16 cjs Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/17 23:51:24 tv Exp $ .include <bsd.own.mk> @@ -6,7 +6,6 @@ PROG= ssh BINOWN= root BINMODE=0555 -INSTALLFLAGS=-fschg SRCS= ssh.c log-client.c readconf.c clientloop.c sshconnect.c \ sshconnect1.c sshconnect2.c |
