diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-25 10:11:57 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-25 10:11:57 +0000 |
commit | 19e7aaf5f39e945050770754d09113f86a54fe3f (patch) | |
tree | 7e27f875deb850990e5355d2efe03c003f486e16 /misc/Makefile | |
parent | Import of bricons, a start up utility for applications on an X display. (diff) |
Activate xmaddressbook, xtar.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 7c15574a3898..3e2a2eb870cd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.93 1996/11/15 09:56:42 asami Exp $ +# $Id: Makefile,v 1.94 1996/11/15 11:02:31 asami Exp $ # SUBDIR += amanda @@ -42,6 +42,8 @@ SUBDIR += unclutter SUBDIR += xcalendar SUBDIR += xgas + SUBDIR += xmaddressbook + SUBDIR += xtar SUBDIR += zorro .include <bsd.port.subdir.mk> |