Kernel part of bluetooth stack ported by Dmitry Komissaroff. Very much work
[dragonfly.git] / usr.sbin / IPXrouted / Makefile
blob9d977a64e214ab249ee08e5f11c29493738817c1
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 $
5 PROG= IPXrouted
6 MAN= IPXrouted.8
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}
10 LDADD= -lcompat -lipx
12 .include <bsd.prog.mk>