diff options
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/sam/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index b8e426b50e9..dc483ce9632 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/05/12 11:40:30 agc Exp $ +# $NetBSD: Makefile,v 1.33 2000/05/15 11:50:51 agc Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -17,6 +17,7 @@ SUBDIR += nedit SUBDIR += nvi-m17n SUBDIR += pico + SUBDIR += sam SUBDIR += ssam SUBDIR += uemacs SUBDIR += vigor diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 9a4203b7667..1b3325eecff 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 1999/08/24 19:01:43 agc Exp $ +# $NetBSD: Makefile,v 1.12 2000/05/15 11:50:52 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp # DISTNAME= sam PKGNAME= sam-4.3 -CATEGORIES= plan9 +CATEGORIES= editors MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ EXTRACT_SUFX= .msg.gz |