NetBSD/sbin/routed/Makefile

11 lines
258 B
Makefile

# $NetBSD: Makefile,v 1.14 1995/06/20 22:25:51 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/19/93
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>