]> git.ipfire.org Git - thirdparty/util-linux.git/blame - lib/Makefile
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / lib / Makefile
CommitLineData
7eda085c 1include ../make_include
5c36a0eb
KZ
2include ../MCONFIG
3
66ee8158 4all: err.o my_reboot.o setproctitle.o env.o carefulputc.o
5c36a0eb
KZ
5
6err.o: err.c
7
8my_reboot.o: my_reboot.c linux_reboot.h
9
7eda085c
KZ
10env.o: env.h
11
5c36a0eb
KZ
12setproctitle.o: setproctitle.h
13
66ee8158
KZ
14carefulputc.o: carefulputc.h
15
5c36a0eb
KZ
16.PHONY: clean
17clean:
18 -rm -f *.o *~ core
19
20install: