blob: 2ffb27523e36929ffdf7a8e9244ac536874fce02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.14 1995/06/20 22:25:51 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/19/93
# disable an undesirable feature
#CFLAGS=-DTRACING
PROG= routed
SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c \
trace.c inet.c
MAN= routed.8
#SUBDIR= query trace
.include <bsd.prog.mk>
|