openbsd-ports/sysutils/service-config/patches/patch-Makefile
lebel 4baa70b88e initial import for service-config 0.51:
--
What is service-config? The programs in service-config create and
configure svscan-format service directories.
 
* server-config creates an svscan-format directory for an arbitrary
  service.
* rules-config configures access rules for use by a service.
* svscan-config configures a service to run svscan.
* ipc-config configures a service to run ipcserver.
* ipcx-config configures a service to run ipcserver using access
  rules.
* tcp-config configures a service to run tcpserver.
* tcpx-config configures a service to run tcpserver using access
  rules.
 
WWW: http://www.superscript.com/service-config/intro.html
2001-06-09 18:39:44 +00:00

19 lines
490 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2001/06/09 18:39:44 lebel Exp $
Needed for fake installation. This way the installer can easily be
rebuilt with the fake prefix, without rebuilding _everything_.
--- Makefile.orig Mon Apr 23 08:30:01 2001
+++ Makefile Sat Jun 9 14:19:01 2001
@@ -306,8 +306,8 @@ strerr.h error.h exit.h
test: prog rts rts.tests rts.exp
./rts | cmp - rts.exp >&2
-setup: it install
+setup: install
./install
-check: it instcheck
+check: instcheck
./instcheck