|
|
BSD 4.3
#
# Copyright (c) 1983 Regents of the University of California.
# All rights reserved. The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
# @(#)Makefile 5.5 (Berkeley) 9/17/85";
#
# Makefile for Xerox Routing Information Protocol
# Daemon
#
ALL= XNSrouted
OBJS= af.o if.o input.o main.o output.o startup.o tables.o timer.o \
trace.o
CFLAGS= -O
C2= /lib/c2
ASMSCRIPT= /sys/machine/asm.sed
DESTDIR=
LDFLAGS=
all: ${ALL}
XNSrouted: ${OBJS}
${CC} -g -o XNSrouted ${LDFLAGS} ${OBJS}
install: XNSrouted
install -s XNSrouted ${DESTDIR}/etc
clean:
rm -f XNSrouted *.o core a.out t.c linterrs typescript errs
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.