dma: add DragonFly compat files
[dragonfly.git] / lib / libipx / Makefile
blob695b9042afc308e2c98e1df76ce0f076e8ea3a6f
1 # $FreeBSD: src/lib/libipx/Makefile,v 1.3.6.1 2001/04/25 10:04:31 ru Exp $
2 # $DragonFly: src/lib/libipx/Makefile,v 1.3 2008/10/28 17:23:45 swildner Exp $
4 LIB= ipx
5 #CFLAGS+=-I${.CURDIR}/../../sys
6 SRCS= ipx_addr.c ipx_ntoa.c
7 WARNS?= 2
9 MAN= ipx.3
11 MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3
13 .include <bsd.lib.mk>