summaryrefslogtreecommitdiffstats
path: root/usr.bin/newkey/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-2/+0
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Rename all symbols in libmp(3) to mp_*, just like Solaris.ed2009-02-261-0/+2
| | | | | | | | | | | | The function pow() in libmp(3) clashes with pow(3) in libm. We could rename this single function, but we can just take the same approach as the Solaris folks did, which is to prefix all function names with mp_. libmp(3) isn't really popular nowadays. I suspect not a single application in ports depends on it. There's still a chance, so I've increased the SHLIB_MAJOR and __FreeBSD_version. Reviewed by: deischen, rdivacky
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.bz2004-11-131-0/+2
| | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks
* Join the 21st century: Cryptography is no longer an optional componentcperciva2004-08-061-1/+0
| | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004
* Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.ru2004-01-181-0/+1
|
* Minor reorder for style.markm2002-04-281-1/+1
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Turn on WARNS=2. this compiles cleanly.markm2001-12-021-0/+1
|
* WARNS=2 fixup.markm2001-12-021-3/+2
| | | | Turn on YP (NIS) while I'm about it.
* Fixed bitrot in DPADD in previous commit.bde2001-07-301-7/+5
| | | | Fixed some style bugs (mainly disorder).
* Enable the new libmp in the build, and disable libgmp and itsdd2001-07-291-1/+1
| | | | henchmen.
* MAN[1-9] -> MAN.ru2001-03-271-2/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed DPADD.bde1997-12-161-2/+3
|
* This commit was generated by cvs2svn to compensate for changes in r26238,wpaul1997-05-281-0/+13
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud