diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-30 20:13:39 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-30 20:13:39 +0000 |
commit | f077c7ddc82b6ca0fd5e580f27c6a1c4124c1492 (patch) | |
tree | 5e068545e1621045d0af6535ca50b8dba05da1d7 | |
parent | Import of the InterNIC's referral whois server and client (diff) |
Activate mail/cyrus
Activate devel/p5-Penguin
Activate devel/p5-Penguin-Easy
Activate net/rwhois
Activate textproc/pilot_makedoc
Notes
Notes:
svn path=/head/; revision=6648
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | textproc/Makefile | 3 |
4 files changed, 9 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index a0737bd47d3b..b684fbb5e379 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.57 1997/05/27 16:46:01 max Exp $ +# $Id: Makefile,v 1.58 1997/05/30 16:10:49 jkh Exp $ # SUBDIR += SWIG @@ -45,6 +45,8 @@ SUBDIR += p5-IniConf SUBDIR += p5-Ioctl SUBDIR += p5-PV + SUBDIR += p5-Penguin + SUBDIR += p5-Penguin-Easy SUBDIR += p5-Religion SUBDIR += p5-Resources SUBDIR += p5-Time diff --git a/mail/Makefile b/mail/Makefile index 0ac6fa1e9624..48d73dd4063b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.40 1997/03/26 02:15:28 jfitz Exp $ +# $Id: Makefile,v 1.41 1997/04/26 23:35:59 asami Exp $ # SUBDIR += bulk_mailer + SUBDIR += cyrus SUBDIR += elm SUBDIR += exim SUBDIR += exmh diff --git a/net/Makefile b/net/Makefile index 8298ac0a36d8..9cc28663d9d6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.102 1997/05/17 16:29:03 max Exp $ +# $Id: Makefile,v 1.103 1997/05/29 02:43:36 jfitz Exp $ # SUBDIR += archie @@ -46,6 +46,7 @@ SUBDIR += rdist6 SUBDIR += rmsg SUBDIR += rsync + SUBDIR += rwhois SUBDIR += samba SUBDIR += scotty SUBDIR += slirp diff --git a/textproc/Makefile b/textproc/Makefile index 5b521aaaed4b..873b6b0e87a9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1997/04/27 00:11:43 asami Exp $ +# $Id: Makefile,v 1.3 1997/05/25 03:43:23 obrien Exp $ # SUBDIR += agrep @@ -6,6 +6,7 @@ SUBDIR += isearch SUBDIR += ispell SUBDIR += mgdiff + SUBDIR += pilot_makedoc SUBDIR += rman SUBDIR += sp SUBDIR += unroff |