Deleted Added
full compact
Makefile (50479) Makefile (74532)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/usr.sbin/IPXrouted/Makefile 50479 1999-08-28 01:35:59Z peter $
2# $FreeBSD: head/usr.sbin/IPXrouted/Makefile 74532 2001-03-20 18:17:26Z ru $
3
4PROG= IPXrouted
3
4PROG= IPXrouted
5MAN8= IPXrouted.8
6SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
7SRCS+= sap_input.c sap_tables.c sap_output.c
8DPADD= ${LIBCOMPAT} ${LIBIPX}
9LDADD= -lcompat -lipx
10
11.include <bsd.prog.mk>
5SRCS= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
6SRCS+= sap_input.c sap_tables.c sap_output.c
7DPADD= ${LIBCOMPAT} ${LIBIPX}
8LDADD= -lcompat -lipx
9
10.include <bsd.prog.mk>