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.
This commit is contained in:
parent
0628f0a87e
commit
45fc6b59ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue