summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
blob: 986280c4b0fb1801561e7a6e957204b2c09de1f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include ../make_include
include ../MCONFIG

all: err.o my_reboot.o setproctitle.o env.o carefulputc.o xstrncpy.o

err.o: err.c

my_reboot.o: my_reboot.c linux_reboot.h

env.o: env.h

setproctitle.o: setproctitle.h

carefulputc.o: carefulputc.h

xstrncpy.o: xstrncpy.h

.PHONY: clean
clean:
	-rm -f *.o *~ core

install: