12 lines
836 B
Plaintext
12 lines
836 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.13 2011/07/01 08:27:34 sthen Exp $
|
|
--- Makefile.in.orig Mon May 30 12:52:14 2011
|
|
+++ Makefile.in Fri Jul 1 08:58:36 2011
|
|
@@ -472,7 +472,6 @@ endif
|
|
if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
|
|
$(LIBTOOL) --mode=install cp $(srcdir)/libunbound/unbound.h $(DESTDIR)$(includedir)/unbound.h
|
|
$(LIBTOOL) --mode=install cp libunbound.la $(DESTDIR)$(libdir)
|
|
- $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
|
|
|
|
uninstall:
|
|
rm -f -- $(DESTDIR)$(sbindir)/unbound$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-checkconf$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-host$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-anchor$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control-setup
|