diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 00:26:25 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 00:26:25 +0000 |
commit | ba5e159a75b5bc7d9aec513a2a41de5ef99bd5fe (patch) | |
tree | b17b1bff0e0f793af6446e5c1227e7110f5f5893 /palm | |
parent | da9028dc2b7a6c53821c92c0ca64ee8c4627cdd1 (diff) | |
download | FreeBSD-ports-ba5e159a75b5bc7d9aec513a2a41de5ef99bd5fe.zip FreeBSD-ports-ba5e159a75b5bc7d9aec513a2a41de5ef99bd5fe.tar.gz |
Add the syncal port.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/palm/Makefile b/palm/Makefile index 086e0b6..e6c5efa 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.1.1.1 1999/01/09 03:33:04 asami Exp $ +# $Id: Makefile,v 1.2 1999/01/09 08:52:26 asami Exp $ # SUBDIR += kpilot SUBDIR += pilot-link SUBDIR += pilot_makedoc SUBDIR += prc-tools + SUBDIR += syncal SUBDIR += xcopilot .include <bsd.port.subdir.mk> |