new signals == no libjobs
[unix-history] / usr / src / sbin / routed / Makefile
CommitLineData
9e3338b9
SL
1# Makefile %G%
2ALL= routed
3OBJS= af.o if.o input.o main.o output.o startup.o tables.o timer.o \
4 trace.o
5CFLAGS= -O
6DESTDIR=
7LDFLAGS=
8
9e3338b9
SL
9all: ${ALL}
10
11routed: ${OBJS}
12 ${CC} -o routed ${LDFLAGS} ${OBJS} -ljobs
13
9e3338b9
SL
14install: routed
15 install -s routed ${DESTDIR}/etc
16
17clean:
18 rm -f routed *.o core a.out t.c linterrs typescript errs