date and time created 87/02/15 16:16:45 by lepreau
[unix-history] / usr / src / sbin / XNSrouted / Makefile
CommitLineData
e1ffbff4
KS
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#
d6b2b3c3 6# @(#)Makefile 5.5 (Berkeley) %G%";
e1ffbff4 7#
5535c7fc
KS
8# Makefile for Xerox Routing Information Protocol
9# Daemon
10#
48681466 11ALL= XNSrouted
5535c7fc
KS
12OBJS= af.o if.o input.o main.o output.o startup.o tables.o timer.o \
13 trace.o
d6b2b3c3 14CFLAGS= -O
5535c7fc
KS
15C2= /lib/c2
16ASMSCRIPT= /sys/machine/asm.sed
17DESTDIR=
d6b2b3c3 18LDFLAGS=
5535c7fc
KS
19
20all: ${ALL}
21
48681466 22XNSrouted: ${OBJS}
d6b2b3c3 23 ${CC} -g -o XNSrouted ${LDFLAGS} ${OBJS}
5535c7fc 24
48681466
KS
25install: XNSrouted
26 install -s XNSrouted ${DESTDIR}/etc
5535c7fc 27
5535c7fc 28clean:
48681466 29 rm -f XNSrouted *.o core a.out t.c linterrs typescript errs