7707bb3f25
- Fake
16 lines
407 B
Plaintext
16 lines
407 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2000/03/13 11:27:33 camield Exp $
|
|
|
|
Needed for fake installation.
|
|
|
|
--- Makefile.orig Mon Mar 13 12:23:11 2000
|
|
+++ Makefile Mon Mar 13 12:23:24 2000
|
|
@@ -33,7 +33,7 @@
|
|
|
|
auto_qmail.c: \
|
|
auto-str conf-qmail
|
|
- ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
|
|
+ ./auto-str auto_qmail ${WRKINST}`head -1 conf-qmail` > auto_qmail.c
|
|
|
|
auto_qmail.o: \
|
|
compile auto_qmail.c
|