ab23fd27b2
-- The qtools package comprises several utilities for use with qmail, typically as part of .qmail command processing. The provided utilities can do things like: * Parse 822-formatted email messages * Perform address matching * Conditionally deliver mail to a maildir * Filter, forward, and autoreply to email messages Submitted by Brian J. Kifiak <bk@rt.fm>
24 lines
486 B
Plaintext
24 lines
486 B
Plaintext
# $OpenBSD: patch-Makefile,v 1.1.1.1 2001/05/14 17:21:38 lebel Exp $
|
|
|
|
Needed for fake installation. This way the installer can easily be
|
|
rebuilt with the fake prefix, without rebuilding _everything_.
|
|
|
|
--- Makefile.orig Mon May 14 10:05:05 2001
|
|
+++ Makefile Mon May 14 10:05:39 2001
|
|
@@ -855,7 +855,7 @@
|
|
open.a error.a str.a
|
|
|
|
setup: \
|
|
-it install
|
|
+install
|
|
./install
|
|
|
|
install.o: \
|
|
@@ -885,5 +885,5 @@
|
|
./rts | cmp - rts.exp >&2
|
|
|
|
check: \
|
|
-it instcheck
|
|
+instcheck
|
|
./instcheck
|