aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wpa/src/l2_packet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wpa/src/l2_packet/Makefile')
-rw-r--r--usr.sbin/wpa/src/l2_packet/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/usr.sbin/wpa/src/l2_packet/Makefile b/usr.sbin/wpa/src/l2_packet/Makefile
new file mode 100644
index 000000000000..89ce771b0343
--- /dev/null
+++ b/usr.sbin/wpa/src/l2_packet/Makefile
@@ -0,0 +1,19 @@
+.include <src.opts.mk>
+
+.include "../../Makefile.inc"
+
+LIB= wpal2_packet
+INTERNALLIB=
+
+.PATH: ${WPA_DISTDIR}/src/l2_packet
+
+SRCS= l2_packet_freebsd.c
+
+CFLAGS+=-DIEEE8021X_EAPOL
+
+.include "../../Makefile.crypto"
+
+# We are only interested in includes at this point. Not libraries.
+LIBADD=
+
+.include <bsd.lib.mk>