diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-15 19:30:58 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-15 19:30:58 +0000 |
commit | 171c958ea0a5684568b60ed5b5321361b0516594 (patch) | |
tree | 7148ff46fb9733d6be4b6449f5163818e3b3a4cd | |
parent | 8cab6ac113b4c8ea60603a7c73a4ad378b4bd2b8 (diff) |
Notes
-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 |