1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/usr.sbin/IPXrouted/Makefile,v 1.4.2.1 2001/04/25 12:09:10 ru Exp $
3 # $DragonFly: src/usr.sbin/IPXrouted/Makefile,v 1.2 2003/06/17 04:29:52 dillon Exp $
7 SRCS
= af.c if.c input.c main.c output.c startup.c tables.c timer.c trace.c
8 SRCS
+= sap_input.c sap_tables.c sap_output.c
9 DPADD
= ${LIBCOMPAT} ${LIBIPX}
14 .
include <bsd.prog.mk
>