aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/su/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Change edistribution to krb4 in preaparation for K5Mark Murray1999-09-191-1/+1
| | | | Notes: svn path=/head/; revision=51436
* Fix Common Error brokenness.Mark Murray1999-09-061-2/+2
| | | | Notes: svn path=/head/; revision=51039
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Fixed editing error in previous commit. `-lmd' (link libmd) became `-md'Bruce Evans1999-08-151-4/+4
| | | | | | | | | | (emulate the 'd' linker (?)). This was most harmful for the NOSHARED=yes case since libskey.o isn't linked to libmd.a. Fixed the usual disorder of DPADD and LDADD, and some tab lossage. Notes: svn path=/head/; revision=49839
* Axe LOGIN_CAP_AUTH.Sheldon Hearn1999-08-131-13/+5
| | | | | | | | | PR: 10115 Reported by: Gene Skonicki <gene@cif.rochester.edu> Requested by: jdp Notes: svn path=/head/; revision=49696
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
| | | | Notes: svn path=/head/; revision=39495
* Removed a buggy ifdef for not linking libmd explicitly. ExplicitBruce Evans1998-09-021-9/+3
| | | | | | | | | | linkage is needed for the NOSHARED=YES case, so it is simplest to never depend on the automagic linkage for elf shared libraries. Reviewed by: jdp Notes: svn path=/head/; revision=38750
* Add $Id$Gary Palmer1998-08-301-0/+1
| | | | Notes: svn path=/head/; revision=38645
* Still need -lmd on the alpha as it doesn't have shlibs yetGary Palmer1998-08-301-1/+1
| | | | Notes: svn path=/head/; revision=38643
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-1/+1
| | | | Notes: svn path=/head/; revision=38635
* Fix LIBDIR (for aout/ELF).Mark Murray1998-08-061-1/+1
| | | | Notes: svn path=/head/; revision=38149
* Changes for KTH KerberosIV.Mark Murray1997-09-281-2/+2
| | | | | | | | | | | | | | Quieten -Wall a bit. From Joe Traister: The previous patch did not propogate the KRBTKFILE environment variable into the new environment when -l is given to su, making it impossible for kdestroy to find the ticket file. This patch corrects that problem as well as the original segfault problem. (Fixes PR 3903) Notes: svn path=/head/; revision=29923
* If elf, don't add libmd.a just because we link against libskey.so.Peter Wemm1997-09-051-0/+3
| | | | | | | A Notes: svn path=/head/; revision=29145
* Move libmd after all libraries to keep natural libraries orderAndrey A. Chernov1997-05-231-3/+3
| | | | Notes: svn path=/head/; revision=26078
* Make su login_cap savvy.David Nugent1997-01-131-4/+14
| | | | | | | | As with login(1), LOGIN_CAP_AUTH is not yet enabled since we don't yet have authorisation modules. Notes: svn path=/head/; revision=21646
* Better integrate kerberos into su so that if an incorrect KerberosMark Murray1996-03-091-0/+1
| | | | | | | | | | password is entered, the user is not prompted for a password a second time. This closes pr-bin/1006. Notes: svn path=/head/; revision=14440
* Make it possible to enable WHEELSU from /etc/make.conf.Garrett Wollman1995-10-121-1/+4
| | | | Notes: svn path=/head/; revision=11449
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8874
* Change the library order so libcrypt is the last library in the list.Nate Williams1995-03-181-2/+2
| | | | | | | | | libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically. Notes: svn path=/head/; revision=7141
* Add distribution=krb for P-HKGarrett Wollman1994-11-201-0/+1
| | | | Notes: svn path=/head/; revision=4715
* Include most of the logdaemon v4.4 S/key changesPaul Traina1994-10-191-4/+4
| | | | Notes: svn path=/head/; revision=3702
* Add support for s/keysPaul Traina1994-09-291-2/+6
| | | | Notes: svn path=/head/; revision=3208
* First level of changes for bringing in eBones (kerberos).Geoff Rehmet1994-09-291-3/+9
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=3197
* LDADD= -lcryptGeoff Rehmet1994-08-201-1/+2
| | | | | | | Submitted by: Geoff Notes: svn path=/head/; revision=2159
* Don't use kerberos yet, we aren't ready.Garrett Wollman1994-08-051-3/+3
| | | | Notes: svn path=/head/; revision=1870
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+11
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590