aboutsummaryrefslogtreecommitdiff
path: root/ifenslave
diff options
context:
space:
mode:
Diffstat (limited to 'ifenslave')
-rw-r--r--ifenslave/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ifenslave/Makefile b/ifenslave/Makefile
index 40e94af..09c0e35 100644
--- a/ifenslave/Makefile
+++ b/ifenslave/Makefile
@@ -1,7 +1,9 @@
OBJS=ifenslave-1.0.11 ifenslave-1.0.12 ifenslave
# include ../../include/rules.make
+include ../include/rules.make
CC=gcc
-CFLAGS+=-Wstrict-prototypes -I/usr/src/linux/include -momit-leaf-frame-pointer
+CFLAGS+=-Wstrict-prototypes -I/usr/src/linux/include
+#CFLAGS+=-Wstrict-prototypes -I/usr/src/linux/include -momit-leaf-frame-pointer
all: $(OBJS)