4170934308
This is a feature release so if you're upgrading, take a look at the release notes here: http://random.networkupstools.org/source/2.0/new-2.0.0.txt
12 lines
329 B
Plaintext
12 lines
329 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.4 2004/09/27 03:10:24 marcm Exp $
|
|
--- Makefile.in.orig Mon Mar 8 02:00:02 2004
|
|
+++ Makefile.in Thu Sep 16 08:51:48 2004
|
|
@@ -50,6 +50,7 @@ install-bin:
|
|
|
|
install-man:
|
|
@cd man; $(MAKE) install; cd ..;
|
|
+ @cd man; $(MAKE) install-cgi-man; cd ..;
|
|
|
|
install-conf:
|
|
cd conf; $(MAKE) install; cd ..
|