aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
Commit message (Expand)AuthorAgeFilesLines
* ed: convert test suite to ATF/kyuaBaptiste Daroussin2026-02-191-0/+3
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Drop ed(1) "crypto"Conrad Meyer2018-11-041-6/+1
* Revert crap accidentally committedBaptiste Daroussin2017-01-281-1/+1
* Revert r312923 a better approach will be taken laterBaptiste Daroussin2017-01-281-1/+1
* Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-251-2/+1
* When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS andWarner Losh2014-06-061-3/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Add build option MK_ED_CRYPTO to control whether ed(1) is to have theMarcel Moolenaar2012-05-191-3/+3
* ed(1): make WARNS=6 cleanUlrich Spörlein2010-03-041-1/+0
* Move WARNS as ed(1) also is only WARNS = 2 clean in the !DES case.Marius Strobl2007-12-091-1/+1
* Don't include encryption features of ed(1) when building for theKen Smith2007-07-021-0/+2
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Don't check for the existance of src/crypto/ for building items thatMark Murray2003-07-241-1/+1
* This code isn't WARNS=6 clean in the standard (crypto) caseRuslan Ermilov2003-07-201-0/+1
* Make this code WARNS=6 clean again (after GCC 3.1.1 import).Ruslan Ermilov2003-07-201-1/+0
* Unbreak NOCRYPT buildworld.Ruslan Ermilov2003-06-291-1/+1
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-0/+1
* Fix for the NO_OPENSSL case.Mark Murray2003-06-081-1/+1
* Modernise. Use libcrypto for DES instead of libcipher.Mark Murray2003-06-021-2/+2
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* -lcipher is an installable library.Ruslan Ermilov2001-12-061-2/+2
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
* o Correctly define rcsid.Mike Barcroft2001-08-061-0/+1
* Change DISTRIBUTION name to match reality.Mark Murray2000-02-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Fixed existence test for secure sources (don't test for secure objects).Bruce Evans1998-03-061-4/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Wrong library was picked by edAndrey A. Chernov1995-10-221-3/+3
* Correctly build the secure ed(1) only if secure/ exists.Mark Murray1995-10-031-2/+2
* Use the same make technique as passwd and xntpd for the secure ed(1). ThisMark Murray1995-10-011-2/+9
* src/bin/ed will never build DES encumbered ed again. That is the jobJordan K. Hubbard1994-12-181-7/+1
* Don't check existence of -lcrypt to decide if DES is employed,Poul-Henning Kamp1994-10-291-2/+2
* Added $Id$David Greenman1994-09-241-0/+2
* use umask 077 for buffer fileAndrew Moore1994-03-231-1/+1
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-011-7/+3
* added (unsiged) cast to avoid int overflowAndrew Moore1993-08-091-1/+1
* Remove -I${.CURDIR}, as we now use system's regex.hJ.T. Conklin1993-08-021-1/+1
* Use system's posix compliant regex library (GNU regex for now).J.T. Conklin1993-08-021-3/+5
* Libcrypt upgradeNate Williams1993-07-201-1/+8
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).Andrew Moore1993-06-181-0/+7