diff options
author | jmz <jmz@FreeBSD.org> | 1996-08-08 15:05:22 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1996-08-08 15:05:22 +0000 |
commit | 82345720741ab8dc4605fe731008b067fa58807c (patch) | |
tree | 9745ec374e58beafd08a0ab363d56b356c9beb11 /editors | |
parent | 21ed18a3f7bda249f6bc15ba4efb6875a780cfe2 (diff) | |
download | FreeBSD-ports-82345720741ab8dc4605fe731008b067fa58807c.zip FreeBSD-ports-82345720741ab8dc4605fe731008b067fa58807c.tar.gz |
Add asedit
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 415fe47..cdbe85e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.29 1996/04/12 08:27:03 asami Exp $ +# $Id: Makefile,v 1.30 1996/07/29 00:43:04 chuckr Exp $ # SUBDIR += axe + SUBDIR += asedit SUBDIR += beav SUBDIR += bpatch SUBDIR += e93 |