]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - lib/Makefile
Imported from util-linux-2.9v tarball.
[thirdparty/util-linux.git] / lib / Makefile
index 5503a605928da2972e10756d76a90dd2036b4ff3..a9f8596d1cd07a723e78f3199c9a21c161bafb2b 100644 (file)
@@ -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