From b7f41a28068874730a2eefcf18859978cbae88c4 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 27 Feb 2004 17:50:59 +0000 Subject: Re-add the setuid bit, conditional on NO_SETUID_LOGIN being undefined. --- usr.bin/login/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index a1cad71..429dedb 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -7,6 +7,11 @@ CFLAGS+=-DLOGALL DPADD= ${LIBUTIL} ${LIBPAM} LDADD= -lutil ${MINUSLPAM} MAN= login.1 login.access.5 +.ifdef NO_SETUID_LOGIN +BINOWN= root +BINMODE=4555 +INSTALLFLAGS=-fschg +.endif NEED_LIBNAMES= yes .include -- cgit v1.1