14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2004/07/11 06:54:50 jolan Exp $
|
|
--- Makefile.orig 2003-10-17 13:33:53.000000000 -0500
|
|
+++ Makefile 2003-10-18 23:46:46.000000000 -0500
|
|
@@ -1,7 +1,7 @@
|
|
|
|
-CC=cc -ansi -Wall -pedantic -O2
|
|
+#CC=cc -ansi -Wall -pedantic -O2
|
|
APXS=apxs
|
|
-LIBEXECDIR=/usr/local/libexec
|
|
+LIBEXECDIR=${PREFIX}/libexec
|
|
|
|
WRAPPER=login_bsd
|
|
WRAPPER_MODE=2555
|