diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 21:19:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-10 21:19:07 +0000 |
commit | 9394ec90b0040a1cbf6e9ee1c36007ea6f819cc0 (patch) | |
tree | 137961ed8fb4d6bb12a43073519b925920a9c8df | |
parent | Upgrade to 1.75, also build package with a default port if BATCH is set. (diff) |
Added xcalendar.
Notes
Notes:
svn path=/head/; revision=3362
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 036a6e6f83be..69119917e31e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.77 1996/05/06 13:37:24 ache Exp $ +# $Id: Makefile,v 1.78 1996/07/10 10:25:57 asami Exp $ # SUBDIR += amanda @@ -30,5 +30,6 @@ SUBDIR += tkinfo SUBDIR += tkman SUBDIR += trans + SUBDIR += xcalendar .include <bsd.port.subdir.mk> |