installer: Re-add the TEST_DEV command which was removed accidentally.
[dragonfly.git] / lib / libipx / Makefile
blob4686a71a52393b7aa5cd380e81796aba26d053da
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
8 MAN= ipx.3
10 MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3
12 .include <bsd.lib.mk>