diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-11-03 18:01:21 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-11-03 18:01:21 +0000 |
| commit | dee651eb15eb85ae1b3bd54056277d1dde58d129 (patch) | |
| tree | 3ac3269e298a8a5ca18723b897558aed5ce0331c /usr.bin | |
| parent | b81d7730f371c1487dea01674ea15adf03870e4e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/login/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/newgrp/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/opieinfo/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/opiepasswd/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/rlogin/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/rsh/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/su/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile index e473aae538be..9ddda3633819 100644 --- a/usr.bin/login/Makefile +++ b/usr.bin/login/Makefile @@ -10,7 +10,7 @@ MAN= login.1 login.access.5 .if !defined(NO_SETUID_LOGIN) BINOWN= root BINMODE=4555 -INSTALLFLAGS=-fschg +PRECIOUSPROG= .endif .include <bsd.prog.mk> diff --git a/usr.bin/newgrp/Makefile b/usr.bin/newgrp/Makefile index 546fcf72d347..8195348bf3f8 100644 --- a/usr.bin/newgrp/Makefile +++ b/usr.bin/newgrp/Makefile @@ -6,7 +6,7 @@ LDADD= -lcrypt -lutil .if defined(ENABLE_SUID_NEWGRP) BINMODE= 4555 -INSTALLFLAGS= -fschg +PRECIOUSPROG= .endif .include <bsd.prog.mk> diff --git a/usr.bin/opieinfo/Makefile b/usr.bin/opieinfo/Makefile index 38fa24698bf5..0375111dbfba 100644 --- a/usr.bin/opieinfo/Makefile +++ b/usr.bin/opieinfo/Makefile @@ -13,7 +13,7 @@ LDADD= -lopie -lmd BINOWN= root BINMODE=4555 -INSTALLFLAGS=-fschg +PRECIOUSPROG= .PATH: ${OPIE_DIST} diff --git a/usr.bin/opiepasswd/Makefile b/usr.bin/opiepasswd/Makefile index b25b54a09ad3..0d75a2113dc1 100644 --- a/usr.bin/opiepasswd/Makefile +++ b/usr.bin/opiepasswd/Makefile @@ -13,7 +13,7 @@ LDADD= -lopie -lmd BINOWN= root BINMODE=4555 -INSTALLFLAGS=-fschg +PRECIOUSPROG= .PATH: ${OPIE_DIST} diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 2cc2e5cdd0e1..e8f4dd4d0e3f 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -6,6 +6,6 @@ SRCS= rlogin.c BINOWN= root BINMODE=4555 -INSTALLFLAGS=-fschg +PRECIOUSPROG= .include <bsd.prog.mk> diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile index fd4644e26bf7..4281ed3950a3 100644 --- a/usr.bin/rsh/Makefile +++ b/usr.bin/rsh/Makefile @@ -7,6 +7,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind BINOWN= root BINMODE=4555 -INSTALLFLAGS=-fschg +PRECIOUSPROG= .include <bsd.prog.mk> diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index 90b3123dcc59..109b55153d65 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -8,6 +8,6 @@ LDADD= -lutil ${MINUSLPAM} BINOWN= root BINMODE=4555 -INSTALLFLAGS=-fschg +PRECIOUSPROG= .include <bsd.prog.mk> |
