diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-06 02:48:27 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-06 02:48:27 +0000 |
commit | 5a8bb9b9c1586f5e9ce5da441abf928f142bcbe5 (patch) | |
tree | 209ee1ba5ba8e18a3ed1ef50ab6e517ea4568f3d /net/zephyr | |
parent | 51e552d5359b64d0f6eb172cb8efd8b24d4265a7 (diff) | |
download | pkgsrc-5a8bb9b9c1586f5e9ce5da441abf928f142bcbe5.tar.gz |
Add com_err to the packing list and the man page list.
Diffstat (limited to 'net/zephyr')
-rw-r--r-- | net/zephyr/Makefile | 3 | ||||
-rw-r--r-- | net/zephyr/pkg/PLIST | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile index cb971ad9f40..924db7c46fd 100644 --- a/net/zephyr/Makefile +++ b/net/zephyr/Makefile @@ -3,7 +3,7 @@ # Date created: 1-Aug-1995 # Whom: pst # -# $NetBSD: Makefile,v 1.3 1998/02/27 11:18:08 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/06 02:48:27 mycroft Exp $ # FreeBSD Id: Makefile,v 1.7 1997/07/10 15:50:55 pst Exp # @@ -20,6 +20,7 @@ CONFIGURE_ARGS+="--with-krb4" GNU_CONFIGURE= yes MAN1= zephyr.1 xzwrite.1 zaway.1 zctl.1 zleave.1 zlocate.1 \ zmailnotify.1 znol.1 zwgc.1 zwrite.1 +MAN3= com_err.3 MAN8= syslogd.8 zpopnotify.8 zshutdown_notify.8 zstat.8 \ zephyrd.8 zhm.8 diff --git a/net/zephyr/pkg/PLIST b/net/zephyr/pkg/PLIST index bec55b3ac70..5991304ecd8 100644 --- a/net/zephyr/pkg/PLIST +++ b/net/zephyr/pkg/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 1998/02/27 11:21:16 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/03/06 02:48:28 mycroft Exp $ +include/com_err.h +lib/libcom_err.a +man/man3/com_err.3 include/zephyr/mit-copyright.h include/zephyr/zephyr.h include/zephyr/zephyr_err.h |