xref: /freebsd/contrib/wpa/src/nan/Makefile (revision 71e72c9e91c4b8007a4292e09669e8b549c29e97)
1*71e72c9eSCy SchubertLIB_OBJS= \
2*71e72c9eSCy Schubert	nan.o \
3*71e72c9eSCy Schubert	nan_crypto.o \
4*71e72c9eSCy Schubert	nan_ndl.o \
5*71e72c9eSCy Schubert	nan_ndp.o \
6*71e72c9eSCy Schubert	nan_sec.o \
7*71e72c9eSCy Schubert	nan_util.o
8*71e72c9eSCy Schubert
9*71e72c9eSCy Schubertinclude ../lib.rules
10