|
|
1.1 root 1: #
2: # Copyright (c) 1983 Regents of the University of California.
3: # All rights reserved. The Berkeley software License Agreement
4: # specifies the terms and conditions for redistribution.
5: #
6: # @(#)Makefile 5.2 (Berkeley) 2/7/86
7: #
8: ALL= routed
9: OBJS= af.o if.o input.o main.o output.o startup.o tables.o timer.o \
10: trace.o inet.o
11: CFLAGS=
12: C2= /lib/c2
13: INLINE= /sys/machine/inline/inline
14: DESTDIR=
15: LDFLAGS=
16:
17: all: ${ALL}
18:
19: routed: ${OBJS}
20: ${CC} -o routed ${LDFLAGS} ${OBJS}
21:
22: install: routed
23: install -s routed ${DESTDIR}/etc
24:
25: # The following can be deleted where not appropriate to use the kernel's
26: # inline code expansions.
27: .c.o:
28: ${CC} -S ${CFLAGS} $*.c
29: ${C2} $*.s | ${INLINE} | ${AS} -o $*.o
30: rm -f $*.s
31:
32: clean:
33: rm -f routed *.o core a.out t.c linterrs typescript errs
34:
35: ${OBJS}: defs.h af.h defs.h interface.h table.h trace.h \
36: /usr/include/protocols/routed.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.