summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 5503a6059..a9f8596d1 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,13 +1,16 @@
+include ../make_include
include ../MCONFIG
CFLAGS=-I$(LIB) $(OPT)
-all: err.o my_reboot.o setproctitle.o
+all: err.o my_reboot.o setproctitle.o env.o
err.o: err.c
my_reboot.o: my_reboot.c linux_reboot.h
+env.o: env.h
+
setproctitle.o: setproctitle.h
.PHONY: clean