]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - lib/Makefile
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / lib / Makefile
index a9f8596d1cd07a723e78f3199c9a21c161bafb2b..31e953ce79e5f78380c1ee29094e3c718656a466 100644 (file)
@@ -1,9 +1,7 @@
 include ../make_include
 include ../MCONFIG
 
-CFLAGS=-I$(LIB) $(OPT)
-
-all: err.o my_reboot.o setproctitle.o env.o
+all: err.o my_reboot.o setproctitle.o env.o carefulputc.o
 
 err.o: err.c
 
@@ -13,6 +11,8 @@ env.o: env.h
 
 setproctitle.o: setproctitle.h
 
+carefulputc.o: carefulputc.h
+
 .PHONY: clean
 clean:
        -rm -f *.o *~ core