ipmitool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface.
13 lines
558 B
Plaintext
13 lines
558 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/05/06 17:28:44 wilfried Exp $
|
|
--- Makefile.in.orig Mon Mar 20 00:37:52 2006
|
|
+++ Makefile.in Sat May 6 19:00:01 2006
|
|
@@ -225,7 +225,7 @@ target_cpu = @target_cpu@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
DOCDIR = $(DESTDIR)/$(datadir)/doc/$(PACKAGE)
|
|
-DOCLIST = README COPYING AUTHORS ChangeLog
|
|
+DOCLIST = ${srcdir}/README ${srcdir}/COPYING ${srcdir}/AUTHORS ${srcdir}/ChangeLog
|
|
EXTRA_DIST = $(DOCLIST) \
|
|
debian/changelog debian/control debian/copyright \
|
|
debian/dirs debian/docs debian/rules
|