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