diff options
author | frueauf <frueauf> | 1998-08-29 21:55:39 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-08-29 21:55:39 +0000 |
commit | 6e2b9dc3b8deaad53c6d4e2c077e123217b6f483 (patch) | |
tree | 9b5c6473bf2bd058f7bd21c101b89c21302ab751 /news | |
parent | 602dba16ff4baae684a7d080163a5a9461885937 (diff) | |
download | pkgsrc-6e2b9dc3b8deaad53c6d4e2c077e123217b6f483.tar.gz |
Add and enable xrn.
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/Makefile b/news/Makefile index a86a9b768e0..57e5c9271b3 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/07/16 17:41:10 tron Exp $ +# $NetBSD: Makefile,v 1.10 1998/08/29 21:55:39 frueauf Exp $ # FreeBSD Id: Makefile,v 1.28 1997/06/27 23:02:54 brian Exp # @@ -22,6 +22,7 @@ SUBDIR += suck SUBDIR += tin # SUBDIR += trn + SUBDIR += xrn # SUBDIR += xvnews .include "../mk/bsd.pkg.subdir.mk" |