xref: /dflybsd-src/lib/libipfw3/basic/Makefile (revision 7b3a739ec2859046339e1a3d4be9f575ab1c914c)
1*6a03354eSMatthew DillonLIB=	ipfw3basic
2*6a03354eSMatthew DillonSRCS=	ipfw3_basic.c
3*6a03354eSMatthew Dillon
4*6a03354eSMatthew DillonINCS=	ipfw3_basic.h
5*6a03354eSMatthew Dillon
6*6a03354eSMatthew Dillon.if !defined(NOINET6)
7*6a03354eSMatthew DillonCFLAGS+=-DINET6
8*6a03354eSMatthew Dillon.endif
9*6a03354eSMatthew Dillon
10*6a03354eSMatthew DillonSHLIB_MAJOR=3
11*6a03354eSMatthew Dillon
12*6a03354eSMatthew Dillon.include <bsd.lib.mk>
13