diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2004-02-29 06:39:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2004-02-29 06:39:11 +0000 |
| commit | 77585df415cbebe341f3ba941521d1c5e936e453 (patch) | |
| tree | 25703884175f55f50859e529d09d63bfaff4dda2 /usr.bin/login/Makefile | |
| parent | 80bd99be3338e3e60e1d4d54e9edb8a51d58dead (diff) | |
Notes
Diffstat (limited to 'usr.bin/login/Makefile')
| -rw-r--r-- | usr.bin/login/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index b09edff975ef..e473aae538be 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -7,11 +7,10 @@ CFLAGS+=-DLOGALL DPADD= ${LIBUTIL} ${LIBPAM} LDADD= -lutil ${MINUSLPAM} MAN= login.1 login.access.5 -.ifndef NO_SETUID_LOGIN -BINOWN= root +.if !defined(NO_SETUID_LOGIN) +BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg .endif -NEED_LIBNAMES= yes .include <bsd.prog.mk> |
