diff options
-rw-r--r-- | lang/Makefile | 4 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index 8a3e0867173..fd3c9c59187 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15 1998/07/21 16:41:58 agc Exp $ +# $NetBSD: Makefile,v 1.16 1998/08/07 09:55:18 ross Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # # SUBDIR += Gofer -# SUBDIR += STk + SUBDIR += STk # SUBDIR += Sather # SUBDIR += bwbasic # SUBDIR += cim diff --git a/x11/Makefile b/x11/Makefile index e9a53e3f1e7..d2735e08f7c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 1998/07/31 19:26:40 tv Exp $ +# $NetBSD: Makefile,v 1.46 1998/08/07 09:55:18 ross Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -86,6 +86,7 @@ # SUBDIR += xco # SUBDIR += xcoloredit SUBDIR += xcolors + SUBDIR += xcolorsel # SUBDIR += xdaliclock # SUBDIR += xdtm SUBDIR += xearth |