diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-09 11:00:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-09 11:00:13 +0000 |
commit | 46c42a878532153946976b2bedaa8f04c7aad936 (patch) | |
tree | 0eb840daf86c46bca5326175ed19d12ffeddd88c /editors | |
parent | Added xsysinfo. (diff) |
Add nedit as RESTRICTED (requires motif).
Notes
Notes:
svn path=/head/; revision=2962
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 5f9f67eca49b..1aab1f4072e3 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1995/12/04 09:46:10 asami Exp $ +# $Id: Makefile,v 1.27 1996/03/18 18:56:33 joerg Exp $ # SUBDIR += axe @@ -8,6 +8,7 @@ SUBDIR += emacs SUBDIR += jove SUBDIR += mule +RESTRICTED += nedit # requires motif SUBDIR += uemacs SUBDIR += uzap SUBDIR += vile |