blob: 37e54262ba0660ea672b947c6bf6c1b270dfa0fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1.1.1 2002/05/09 16:35:25 hubertf Exp $
--- conserver.cf/Makefile.in.orig Wed May 8 14:03:04 2002
+++ conserver.cf/Makefile.in
@@ -24,5 +24,7 @@
$(MKDIR) $(DESTDIR)$(mandir)/man5
$(INSTALL) conserver.cf.man $(DESTDIR)$(mandir)/man5/conserver.cf.5
$(INSTALL) conserver.passwd.man $(DESTDIR)$(mandir)/man5/conserver.passwd.5
+ $(INSTALL) conserver.cf $(DESTDIR)$(sysconfdir)/conserver.cf.example
+ $(INSTALL) conserver.passwd $(DESTDIR)$(sysconfdir)/conserver.passwd.example
.PHONY: clean distclean install
|