Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
36 |
beyerle@PS |
1 |
diff -Nur unionfs-1.1.5.ori/Makefile unionfs-1.1.5/Makefile
|
|
|
2 |
--- unionfs-1.1.5.ori/Makefile 2006-06-12 04:03:36.000000000 +0200
|
|
|
3 |
+++ unionfs-1.1.5/Makefile 2006-08-31 11:01:22.000000000 +0200
|
|
|
4 |
@@ -1,12 +1,16 @@
|
|
|
5 |
# Makefile for the Linux 2.6 unionfs
|
|
|
6 |
|
|
|
7 |
# this should point to where your kernel headers are
|
|
|
8 |
+ifeq ($(KVERS),)
|
|
|
9 |
KVERS=$(shell uname -r)
|
|
|
10 |
+endif
|
|
|
11 |
MODDIR= /lib/modules/$(KVERS)
|
|
|
12 |
LINUXSRC = /lib/modules/$(KVERS)/build
|
|
|
13 |
TOPINC = -I${LINUXSRC}/include
|
|
|
14 |
# This is where the make install target will put stuff
|
|
|
15 |
+ifeq ($(PREFIX),)
|
|
|
16 |
PREFIX = /usr/local
|
|
|
17 |
+endif
|
|
|
18 |
MANDIR = ${PREFIX}/man
|
|
|
19 |
MODPREFIX=
|
|
|
20 |
VERSION = 1.1.5
|