diff options
-rw-r--r-- | emulators/Makefile | 5 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1fddfc49b4da..91c2a4a4ac15 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,15 +1,18 @@ -# $Id: Makefile,v 1.5 1995/11/14 13:01:55 asami Exp $ +# $Id: Makefile,v 1.6 1996/10/30 09:41:12 asami Exp $ # SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += hfs + SUBDIR += ines SUBDIR += linux_lib + SUBDIR += mastergear SUBDIR += mtools SUBDIR += pcemu SUBDIR += sim6811 SUBDIR += spim SUBDIR += tkhfs + SUBDIR += vgb SUBDIR += vmsbackup SUBDIR += wine SUBDIR += x48 diff --git a/x11/Makefile b/x11/Makefile index d09d799cb336..ff92dc11e00c 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.106 1996/11/09 02:05:45 asami Exp $ +# $Id: Makefile,v 1.107 1996/11/15 04:49:18 asami Exp $ # SUBDIR += FWF @@ -51,6 +51,7 @@ SUBDIR += xkeycaps SUBDIR += xloadimage SUBDIR += xlockmore + SUBDIR += xmold SUBDIR += xpostit SUBDIR += xscreensaver SUBDIR += xsnow |