diff options
| author | Mark Murray <markm@FreeBSD.org> | 1998-03-26 19:41:18 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1998-03-26 19:41:18 +0000 |
| commit | dd1383e87b71810ca133a4d2f8db22b2aa652718 (patch) | |
| tree | fc0f66824a1a9a816351e6d6f02372a7d7906d59 | |
| parent | 4eff93dd4e42c5d2d838133a8fd01da5cb5ce121 (diff) | |
Notes
| -rw-r--r-- | bin/rcp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index df537070e75c..f6db9bce9616 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -18,8 +18,8 @@ DISTRIBUTION= krb .PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd .endif -#BINOWN= root -#BINMODE=4555 -#INSTALLFLAGS=-fschg +BINOWN= root +BINMODE=4555 +INSTALLFLAGS=-fschg .include <bsd.prog.mk> |
