NetBSD/sbin/routed/Makefile
christos e7512e5a5e - resolve conflicts.
- remove md5 stuff; it is in libc.
- define MCAST_PPP_BUG, until we fix if_ppp.c
1997-02-03 22:02:51 +00:00

14 lines
322 B
Makefile

# $NetBSD: Makefile,v 1.17 1997/02/03 22:02:51 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/19/93
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c trace.c
MAN= routed.8
SUBDIR= rtquery
# By popular demand...
MLINKS= routed.8 rdisc.8
#COPTS=-g -DDEBUG -Wall
.include <bsd.prog.mk>