Deleted Added
full compact
Makefile (80029) Makefile (122760)
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
1# @(#)Makefile 8.1 (Berkeley) 6/5/93
2# $FreeBSD: head/usr.sbin/IPXrouted/Makefile 80029 2001-07-20 06:20:32Z obrien $
2# $FreeBSD: head/usr.sbin/IPXrouted/Makefile 122760 2003-11-15 17:10:56Z trhodes $
3
4PROG= IPXrouted
5MAN= 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
8
3
4PROG= IPXrouted
5MAN= 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
8
9WARNS?= 2
10
9DPADD= ${LIBCOMPAT} ${LIBIPX}
10LDADD= -lcompat -lipx
11
12.include <bsd.prog.mk>
11DPADD= ${LIBCOMPAT} ${LIBIPX}
12LDADD= -lcompat -lipx
13
14.include <bsd.prog.mk>