summaryrefslogtreecommitdiffstats
path: root/bin/rcp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+1
| | | | | | | | to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-161-14/+0
| | | | for ages, and no-one seems to have noticed. Viva PAM!
* Use %jd in format string and cast argument to intmax_t instead of usingtjr2002-10-061-2/+0
| | | | | | | %qd to print struct stat.st_size. Remove WARNS=0 and WFORMAT=0 from Makefile. Tested on: alpha, sparc64, i386
* Replaced exists() tests with two equivalent defined().ru2002-04-181-1/+1
| | | | | LIBDIR is defined in bsd.own.mk but sys.mk no longer includes bsd.own.mk as of revision 1.60.
* Correct inadvertent style botches in previous commit.kris2002-02-041-2/+1
|
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-1/+3
| | | | Tested on i386 and alpha.
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
| | | | | | set WARNS=0. Reviewed by: mike
* Use libcrypto inst=ead if libdes.markm2000-02-241-2/+2
|
* Fix for new Kerberos4.markm1999-09-191-3/+5
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Don't put compiler warning flags in leaf Makefiles.bde1998-12-071-2/+1
|
* Add JKH's auth.conf-file parser to turn Kerberos on/off in userland.markm1998-10-091-3/+3
|
* Fix LIBDIR (for aout/ELF).markm1998-08-061-1/+1
|
* Rats. I was too quick. Work needs to be done on the non-Kerberosmarkm1998-03-261-3/+3
| | | | case. Re-enable SUID mode.
* KTH announced a weakness in their implementation of KerberosIV.markm1998-03-261-4/+4
| | | | | | FreeBSD was not vulnerable, but their fix had some useful features. Incorporate the best of those - rcp(1) no longer needs to be SUID to root.
* Change to use the new KTH Kerberos.markm1997-09-281-8/+10
| | | | Also make -Wall a bit quieter.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add DISTRIBUTION=krb for Kerberos case.wollman1994-11-201-1/+2
|
* First level of changes for bringing in eBones (kerberos).csgr1994-09-291-5/+13
| | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* Added $Id$dg1994-09-241-0/+1
|
* Disable Kerberos for now.wollman1994-08-061-4/+4
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+13
OpenPOWER on IntegriCloud