diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
commit | 0cc19889124d8b604d212bb2abfda35f16dc7594 (patch) | |
tree | 179809a101ddf82e43378348786dfd3699f47523 /editors/Makefile | |
parent | 526586e8d2b99632ba8a0a461dd617cc61948e24 (diff) |
Notes
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 6d7c7e7deffe..5b823f73447d 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zoinks SUBDIR += AbiWord2 SUBDIR += MathPlanner @@ -205,5 +204,6 @@ SUBDIR += yudit SUBDIR += zed SUBDIR += zile + SUBDIR += zoinks .include <bsd.port.subdir.mk> |