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/Makefile | |
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/Makefile')
-rw-r--r-- | net/zephyr/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |