From e27f3e6130178683021b8f1f8390753ab1c78902 Mon Sep 17 00:00:00 2001 From: niklas Date: Tue, 2 Dec 1997 10:34:45 +0000 Subject: [PATCH] plan9 from outer space --- Makefile | 4 ++-- plan9/Makefile | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 plan9/Makefile diff --git a/Makefile b/Makefile index a87823a0f31..bc0f09f664d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/12/02 08:59:31 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1997/12/02 10:34:45 niklas Exp $ # $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $ # @@ -26,7 +26,7 @@ SUBDIR += mail SUBDIR += misc SUBDIR += net SUBDIR += news -#SUBDIR += plan9 +SUBDIR += plan9 #SUBDIR += print #SUBDIR += russian SUBDIR += security diff --git a/plan9/Makefile b/plan9/Makefile new file mode 100644 index 00000000000..c464b5d7978 --- /dev/null +++ b/plan9/Makefile @@ -0,0 +1,13 @@ +# $OpenBSD: Makefile,v 1.1 1997/12/02 10:34:46 niklas Exp $ +# $FreeBSD: Makefile,v 1.4 1997/11/17 11:55:01 tg Exp $ +# + + SUBDIR += 9menu +# SUBDIR += 9term +# SUBDIR += 9wm +# SUBDIR += Xg +# SUBDIR += rc +# SUBDIR += sam +# SUBDIR += wily + +.include