diff options
author | agc <agc> | 1997-10-09 14:30:56 +0000 |
---|---|---|
committer | agc <agc> | 1997-10-09 14:30:56 +0000 |
commit | cda9a2909c4164bdc02858a637f098c3bc7da3a5 (patch) | |
tree | db232209ea22925d7f406bcc3a7b5e7457bffa83 /plan9/Makefile | |
parent | f43bd4523160f0da302c34ca69b4d04c8ae496a9 (diff) | |
download | pkgsrc-cda9a2909c4164bdc02858a637f098c3bc7da3a5.tar.gz |
Initial import of FreeBSD plan9 ports category into the NetBSD package
system.
Diffstat (limited to 'plan9/Makefile')
-rw-r--r-- | plan9/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plan9/Makefile b/plan9/Makefile new file mode 100644 index 00000000000..f6b5bc73099 --- /dev/null +++ b/plan9/Makefile @@ -0,0 +1,11 @@ +# FreeBSD Id: Makefile,v 1.3 1996/11/26 08:57:54 asami Exp +# + + SUBDIR += 9menu + SUBDIR += 9term + SUBDIR += 9wm + SUBDIR += Xg + SUBDIR += rc + SUBDIR += sam + +.include <bsd.port.subdir.mk> |