summaryrefslogtreecommitdiffstats
path: root/bin/ed/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
|
* 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
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
| | | | | may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
* This code isn't WARNS=6 clean in the standard (crypto) caseru2003-07-201-0/+1
| | | | | due to bugs in OpenSSL headers. I was testing in the wrong environmement: standalone build without crypto/ sources.
* Make this code WARNS=6 clean again (after GCC 3.1.1 import).ru2003-07-201-1/+0
| | | | Submitted by: Marius Strobl <marius@alchemy.franken.de>
* Unbreak NOCRYPT buildworld.ru2003-06-291-1/+1
| | | | Reviewed by: markm
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-0/+1
| | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386
* Fix for the NO_OPENSSL case.markm2003-06-081-1/+1
| | | | Reported by: Marius Strobl <marius@alchemy.franken.de>
* Modernise. Use libcrypto for DES instead of libcipher.markm2003-06-021-2/+2
|
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
| | | | Approved by: re (scottl)
* -lcipher is an installable library.ru2001-12-061-2/+2
|
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-1/+0
| | | | | | set WARNS=0. Reviewed by: mike
* o Correctly define rcsid.mike2001-08-061-0/+1
| | | | | | | | | | | o Add consts where appropriate. o Rename some variables that were shadowing global declarations. o Remove register storage-classes. o Make errmsg a const, so we can just set error messages instead of using sprintf/strcpy. o Set WARNS=2 Reviewed by: bde, des
* Change DISTRIBUTION name to match reality.markm2000-02-291-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Fixed existence test for secure sources (don't test for secure objects).bde1998-03-061-4/+4
| | | | Fixed some formatting.
* 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.
* Wrong library was picked by edache1995-10-221-3/+3
|
* Correctly build the secure ed(1) only if secure/ exists.markm1995-10-031-2/+2
| | | | Pointed out by: bde
* Use the same make technique as passwd and xntpd for the secure ed(1). Thismarkm1995-10-011-2/+9
| | | | | will allow the secure/bin/ed directory to be cleaned out and the bin/Makefile to be cleaned up.
* src/bin/ed will never build DES encumbered ed again. That is the jobjkh1994-12-181-7/+1
| | | | for secure/bin/ed ...
* Don't check existence of -lcrypt to decide if DES is employed,phk1994-10-291-2/+2
| | | | instead check that "NOCRYPT" isn't defined.
* Added $Id$dg1994-09-241-0/+2
|
* use umask 077 for buffer filealm1994-03-231-1/+1
|
* Fixed range address bug: 1,2, == 2,2 not 2,.alm1994-02-011-7/+3
| | | | | Overhauled the name space, reworked some modules and removed the obsolescent Addison-Wesley copyright.
* added (unsiged) cast to avoid int overflowalm1993-08-091-1/+1
| | | | removed REGEX directive
* Remove -I${.CURDIR}, as we now use system's regex.hconklin1993-08-021-1/+1
|
* Use system's posix compliant regex library (GNU regex for now).conklin1993-08-021-3/+5
|
* Libcrypt upgradenate1993-07-201-1/+8
|
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).alm1993-06-181-0/+7
OpenPOWER on IntegriCloud