diff options
author | tron <tron@pkgsrc.org> | 1999-07-05 19:28:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-05 19:28:33 +0000 |
commit | 94912f59f0cc5d31dd3e50a2ddb3c138bcf1e05f (patch) | |
tree | 5683e8f49dbc8fca98e409678804218e4e3a23e8 /editors | |
parent | 46472f20a64af2232694f527cfff22ee79fd5c1e (diff) | |
download | pkgsrc-94912f59f0cc5d31dd3e50a2ddb3c138bcf1e05f.tar.gz |
Add and enable "xemacs-packages".
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 77d8788327e..9ef6d53d679 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/06/30 00:13:12 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/07/05 19:28:33 tron Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -29,6 +29,7 @@ SUBDIR += xcoral # SUBDIR += xed SUBDIR += xemacs + SUBDIR += xemacs-packages SUBDIR += xvile .include "../mk/bsd.pkg.subdir.mk" |