blob: 848cb8b56de2a52a9374f9b5ba373cefac907858 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
$NetBSD: patch-ak,v 1.1 2003/11/21 13:41:58 jlam Exp $
--- saslauthd/Makefile.in.orig Fri Nov 21 05:24:06 2003
+++ saslauthd/Makefile.in Fri Nov 21 05:33:09 2003
@@ -126,7 +126,7 @@
saslcache_DEPENDENCIES = @COMPAT_OBJ@
saslcache_LDADD = @COMPAT_OBJ@
-EXTRA_DIST = saslauthd.8 saslauthd.mdoc config include getnameinfo.c getaddrinfo.c LDAP_SASLAUTHD
+EXTRA_DIST = saslauthd.0 saslauthd.mdoc config include getnameinfo.c getaddrinfo.c LDAP_SASLAUTHD
INCLUDES = -I$(top_srcdir)/include -I../include
DEFS = @DEFS@ -DSASLAUTHD_CONF_FILE_DEFAULT=\"@sysconfdir@/saslauthd.conf\" -I. -I$(srcdir) -I..
@@ -423,14 +423,14 @@
maintainer-clean
-dist-hook: saslauthd.8
+dist-hook: saslauthd.0
-saslauthd.8: saslauthd.mdoc
- nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.8
+saslauthd.0: saslauthd.mdoc
+ nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.0
-install-data-local: saslauthd.8
+install-data-local: saslauthd.0
$(mkinstalldirs) $(DESTDIR)$(mandir)/cat8
- $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/cat8/saslauthd.8
+ $(INSTALL_DATA) $(srcdir)/saslauthd.0 $(DESTDIR)$(mandir)/cat8/saslauthd.0
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|