From owner-freebsd-commit Tue Oct 3 08:45:14 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA07221 for freebsd-commit-outgoing; Tue, 3 Oct 1995 08:45:14 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA07209 for cvs-all-outgoing; Tue, 3 Oct 1995 08:45:10 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA07199 for cvs-bin-outgoing; Tue, 3 Oct 1995 08:45:07 -0700 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA07183 ; Tue, 3 Oct 1995 08:44:53 -0700 Date: Tue, 3 Oct 1995 08:44:53 -0700 From: Mark Murray Message-Id: <199510031544.IAA07183@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/ed Makefile Sender: owner-commit@FreeBSD.org Precedence: bulk markm 95/10/03 08:44:52 Modified: bin/ed Makefile Log: Correctly build the secure ed(1) only if secure/ exists. Pointed out by: bde