From 29e9a22d418ab2e98105c62a71cceeff21b09ce4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 6 Dec 2000 05:14:49 +0000 Subject: [PATCH] Add rcs and win32 directories. --- v7/src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/Makefile b/v7/src/Makefile index 92bf889c5..7f8f3bd9c 100644 --- a/v7/src/Makefile +++ b/v7/src/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 2000/12/06 05:01:26 cph Exp $ +# $Id: Makefile,v 1.8 2000/12/06 05:14:49 cph Exp $ # # Copyright (c) 2000 Massachusetts Institute of Technology # @@ -18,7 +18,7 @@ SHELL = /bin/sh -SCHEME_SUBDIRS = 6001 compiler cref edwin imail runtime sf sos +SCHEME_SUBDIRS = 6001 compiler cref edwin imail rcs runtime sf sos win32 SUBDIRS = $(SCHEME_SUBDIRS) microcode all: -- 2.25.1