diff options
author | agc <agc@pkgsrc.org> | 2000-05-15 11:52:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-05-15 11:52:44 +0000 |
commit | 02d983028e7c1cd9385c5e9f2aaf1776397ca683 (patch) | |
tree | c11e8ef5fc5e21b2fcdb78512b07399de8a3945a /plan9/Makefile | |
parent | 24658fe425fb070c891113d2f3233fc3448e821e (diff) | |
download | pkgsrc-02d983028e7c1cd9385c5e9f2aaf1776397ca683.tar.gz |
Move sam from plan9 to editors by repository copy.
Diffstat (limited to 'plan9/Makefile')
-rw-r--r-- | plan9/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plan9/Makefile b/plan9/Makefile index cb72ae224db..bb5ee35d825 100644 --- a/plan9/Makefile +++ b/plan9/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2000/05/15 11:33:05 agc Exp $ +# $NetBSD: Makefile,v 1.8 2000/05/15 11:53:25 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/26 08:57:54 asami Exp # SUBDIR += 9menu SUBDIR += 9term SUBDIR += 9wm - SUBDIR += sam .include "../mk/bsd.pkg.subdir.mk" |