summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAdam David <adam@FreeBSD.org>1995-04-18 11:54:42 +0000
committerAdam David <adam@FreeBSD.org>1995-04-18 11:54:42 +0000
commit88a4b39650f6e41554bbe9f7d96db8fe80d2b2e3 (patch)
treea5c01bbee72b9fea966681401f01a78136df26b5 /news
parentUpdate. (diff)
install dbz.h and libcnews.a so that nntp and anything else that might use them
can pick them up from /usr/local/{include,lib}
Notes
Notes: svn path=/head/; revision=1454
Diffstat (limited to 'news')
-rw-r--r--news/cnews/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile
index 0cca9a56a6b1..181852fcaac7 100644
--- a/news/cnews/Makefile
+++ b/news/cnews/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.3 1995/04/01 12:49:06 jkh Exp $
+# $Id: Makefile,v 1.4 1995/04/11 23:29:37 asami Exp $
#
DISTNAME= cnews
@@ -22,6 +22,9 @@ MANDIR= /usr/local/man
install: all
@echo "===> installing for ${DISTNAME}"
+ mkdir -p /usr/local/include /usr/local/lib
+ cp {WRKSRC}/libdbz/dbz.h /usr/local/include
+ cp {WRKSRC}/libcnews.a /usr/local/lib
mkdir -p ${NEWSSPOOL}
ln -s ${NEWSSPOOL} /var/news
mkdir -p ${NEWSBIN} ${NEWSLIB}