WIP, need uncommited stuffs and does wrong things for now, so it is still marked as BROKEN.
20 lines
677 B
Plaintext
20 lines
677 B
Plaintext
$OpenBSD: patch-tools_Makefile_in,v 1.2 2010/06/27 22:15:38 ajacoutot Exp $
|
|
--- tools/Makefile.in.orig Thu Sep 24 08:26:34 2009
|
|
+++ tools/Makefile.in Sun Jun 27 20:50:10 2010
|
|
@@ -35,6 +35,7 @@ host_triplet = @host@
|
|
@CK_COMPILE_LINUX_TRUE@am__append_1 = linux
|
|
@CK_COMPILE_FREEBSD_TRUE@am__append_2 = freebsd
|
|
@CK_COMPILE_SOLARIS_TRUE@am__append_3 = solaris
|
|
+@CK_COMPILE_OPENBSD_TRUE@am__append_3 = openbsd
|
|
bin_PROGRAMS = ck-launch-session$(EXEEXT) ck-list-sessions$(EXEEXT) \
|
|
ck-history$(EXEEXT) $(am__EXEEXT_1)
|
|
sbin_PROGRAMS = ck-log-system-start$(EXEEXT) \
|
|
@@ -307,6 +308,7 @@ DIST_SUBDIRS = \
|
|
linux \
|
|
freebsd \
|
|
solaris \
|
|
+ openbsd \
|
|
$(NULL)
|
|
|
|
INCLUDES = \
|