Skip to content

Commit

Permalink
add components for wpa_supplicant / dhcpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Apr 15, 2014
1 parent be1cab1 commit 4c93f46
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions examples/if_iwn/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
PROG= example
NOMAN= man, no man

#
# components we need
LDADD+= -lrumpdev_pci_if_iwn -lrumpnet_net80211 -lrumpdev_pci -lrumpdev
LDADD+= -lrumpvfs -lrumpnet_netinet -lrumpnet_net -lrumpnet -lrump
#

# wireless
LDADD+= -lrumpdev_pci_if_iwn -lrumpnet_net80211

# PCI device access
LDADD+= -lrumpdev_pci -lrumpdev

# networking stack
LDADD+= -lrumpnet_netinet6 -lrumpnet_netinet -lrumpnet_net -lrumpnet

# wpa_supplicant uses bpf
LDADD+= -lrumpdev_bpf

LDADD+= -lrumpvfs -lrump

CPPFLAGS+= -I${.CURDIR}/../common

.include <bsd.prog.mk>

0 comments on commit 4c93f46

Please sign in to comment.