initrd: Add wpa_supplicant
[dragonfly.git] / share / initrd / sbin.libcrypto / Makefile
1 #$FreeBSD: head/rescue/rescue/Makefile 252356 2013-06-28 21:00:08Z davide $
2 #       @(#)Makefile    8.1 (Berkeley) 6/2/93
3
4 NO_MAN= YES
5
6 .include <bsd.own.mk>
7
8 PROG=   sbin.libcrypto
9 BINDIR= /usr/share/initrd/sbin
10
11 CRUNCH_SRCDIRS+= sbin
12 CRUNCH_PROGS_sbin= tcplay
13
14 CRUNCH_SRCDIRS+= gnu/sbin
15 CRUNCH_PROGS_gnu/sbin= cryptsetup
16
17 CRUNCH_LIBS+= -ldm -lprop -lutil
18
19 CRUNCH_SRCDIRS+= usr.sbin/802_11
20 CRUNCH_PROGS_usr.sbin/802_11= wpa_supplicant
21 CRUNCH_LIBS+= -lpcap -lssl -lcrypto
22
23 .include <bsd.crunchgen.mk>
24 .include <bsd.prog.mk>