1995-10-26 21:28:30 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1995-10-26 21:28:30 +00:00
|
|
|
|
|
|
|
PROG= IPXrouted
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= IPXrouted.8
|
1995-10-26 21:28:30 +00:00
|
|
|
SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
|
|
|
|
SRCS+= sap_input.c sap_tables.c sap_output.c
|
2001-07-20 06:20:32 +00:00
|
|
|
|
1995-10-26 21:28:30 +00:00
|
|
|
DPADD= ${LIBCOMPAT} ${LIBIPX}
|
|
|
|
LDADD= -lcompat -lipx
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|