diff options
-rw-r--r-- | audio/Makefile | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | x11/Makefile | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/audio/Makefile b/audio/Makefile index 7519ed4df94..20ddae58f48 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.21 1998/07/16 23:07:39 thorpej Exp $ +# $NetBSD: Makefile,v 1.22 1998/11/04 08:07:10 garbled Exp $ # SUBDIR += amp SUBDIR += cam SUBDIR += cdd SUBDIR += cddbd + SUBDIR += esound SUBDIR += gsm SUBDIR += maplay SUBDIR += mikmod diff --git a/graphics/Makefile b/graphics/Makefile index e1b345cd765..be3f7455f5e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 1998/10/13 11:15:16 frueauf Exp $ +# $NetBSD: Makefile,v 1.33 1998/11/04 08:07:10 garbled Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -10,6 +10,7 @@ # SUBDIR += dc3play # SUBDIR += dore SUBDIR += fly + SUBDIR += fnlib # SUBDIR += fxtv SUBDIR += gd # SUBDIR += geomview diff --git a/x11/Makefile b/x11/Makefile index d02b1a1b03b..78a8e17ef5a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 1998/10/30 10:56:10 agc Exp $ +# $NetBSD: Makefile,v 1.61 1998/11/04 08:07:10 garbled Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -22,7 +22,7 @@ SUBDIR += dxpc # SUBDIR += emiclock # SUBDIR += emu -# SUBDIR += enlightenment + SUBDIR += enlightenment # SUBDIR += etlfonts # SUBDIR += explorer # SUBDIR += fbsd-icons @@ -51,6 +51,7 @@ # SUBDIR += mouseclock # SUBDIR += neXtaw # SUBDIR += olvwm + SUBDIR += p5-gtk # SUBDIR += p5-Tcl-Tk SUBDIR += p5-Tk # SUBDIR += piewm |