diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-09 03:33:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-09 03:33:05 +0000 |
commit | d48688aeef66d7693c53abb7d9632b5fd9033fdb (patch) | |
tree | 51e81ea880b6697b36e9a79e8672021561180f69 /palm | |
parent | Break up the "plan9" category -- all the ports are where they belong, and (diff) |
The new "palm" category for software to support 3Com Palm series of products.
Reviewed by: the ports list
Notes
Notes:
svn path=/head/; revision=15940
Diffstat (limited to 'palm')
-rw-r--r-- | palm/Makefile | 10 | ||||
-rw-r--r-- | palm/pkg/COMMENT | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile new file mode 100644 index 000000000000..12257c70b18a --- /dev/null +++ b/palm/Makefile @@ -0,0 +1,10 @@ +# $Id$ +# + + SUBDIR += kpilot + SUBDIR += pilot-link + SUBDIR += pilot-makedoc + SUBDIR += prc-tools + SUBDIR += xcopilot + +.include <bsd.port.subdir.mk> diff --git a/palm/pkg/COMMENT b/palm/pkg/COMMENT new file mode 100644 index 000000000000..503e25a87ad1 --- /dev/null +++ b/palm/pkg/COMMENT @@ -0,0 +1 @@ +Software support for the 3Com Palm(tm) series. |