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/Makefile | |
parent | 495025520344e597a1425bc14f9c38be51f20198 (diff) | |
download | ports-d48688aeef66d7693c53abb7d9632b5fd9033fdb.tar.gz ports-d48688aeef66d7693c53abb7d9632b5fd9033fdb.zip |
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/Makefile')
-rw-r--r-- | palm/Makefile | 10 |
1 files changed, 10 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> |