diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | editors/Makefile | 4 | ||||
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | wm/Makefile | 3 |
5 files changed, 11 insertions, 5 deletions
diff --git a/devel/Makefile b/devel/Makefile index c9d65627057..cee3e0596fd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.896 2007/11/01 23:48:50 jnemeth Exp $ +# $NetBSD: Makefile,v 1.897 2007/11/04 12:36:13 rillig Exp $ # COMMENT= Development utilities @@ -245,6 +245,7 @@ SUBDIR+= libbinio SUBDIR+= libbonobo SUBDIR+= libbonoboui SUBDIR+= libcfg+ +SUBDIR+= libconfig SUBDIR+= libctl SUBDIR+= libdfui SUBDIR+= libdnsres diff --git a/editors/Makefile b/editors/Makefile index 7e9f78b8fbe..dfc07205fa1 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2007/10/29 13:41:26 uebayasi Exp $ +# $NetBSD: Makefile,v 1.122 2007/11/04 12:36:13 rillig Exp $ # COMMENT= Editors @@ -33,6 +33,7 @@ SUBDIR+= gconf-editor SUBDIR+= gedit SUBDIR+= gice SUBDIR+= gnuserv +SUBDIR+= gobby SUBDIR+= gtranslator SUBDIR+= heme SUBDIR+= hexedit @@ -64,6 +65,7 @@ SUBDIR+= nedit SUBDIR+= ng SUBDIR+= nvi SUBDIR+= nvi-m17n +SUBDIR+= obby SUBDIR+= pico SUBDIR+= poedit SUBDIR+= rox-edit diff --git a/games/Makefile b/games/Makefile index 44d371002a5..ff0218b7d07 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.293 2007/10/30 10:06:22 wiz Exp $ +# $NetBSD: Makefile,v 1.294 2007/11/04 12:36:14 rillig Exp $ # COMMENT= Games @@ -222,6 +222,7 @@ SUBDIR+= tads SUBDIR+= tanked SUBDIR+= teg SUBDIR+= tetrinetx +SUBDIR+= thew SUBDIR+= tileworld SUBDIR+= tscp SUBDIR+= tuxmath diff --git a/net/Makefile b/net/Makefile index 1e1af5cc16f..ab35fdaf091 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.690 2007/10/29 15:06:30 agc Exp $ +# $NetBSD: Makefile,v 1.691 2007/11/04 12:36:14 rillig Exp $ # COMMENT= Networking tools @@ -233,6 +233,7 @@ SUBDIR+= ncftp3 SUBDIR+= neat SUBDIR+= nemesis SUBDIR+= net-snmp +SUBDIR+= net6 SUBDIR+= netatalk SUBDIR+= netatalk1 SUBDIR+= netbsd-tap diff --git a/wm/Makefile b/wm/Makefile index 22cfacb63dd..af0d7557239 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2007/10/28 12:31:53 tnn Exp $ +# $NetBSD: Makefile,v 1.100 2007/11/04 12:36:14 rillig Exp $ # COMMENT= X11 window managers, configuration tools, and themes @@ -9,6 +9,7 @@ SUBDIR+= aewm++ SUBDIR+= afterstep SUBDIR+= amaterus SUBDIR+= amiwm +SUBDIR+= awesome SUBDIR+= bbconf SUBDIR+= bbkeys SUBDIR+= bbkeys09 |