LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.
[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                     md5         \
14                     hammer      \
15                     ping        \
16                     ping6
17
18 CRUNCH_SRCDIRS+= gnu/sbin
19 CRUNCH_PROGS_gnu/sbin= cryptsetup
20
21 CRUNCH_LIBS+= -ldm -lprop -lutil -lhammer -lm
22 CRUNCH_ALIAS_md5= rmd160
23
24 CRUNCH_SRCDIRS+= usr.sbin/802_11
25 CRUNCH_PROGS_usr.sbin/802_11= wpa_supplicant
26 CRUNCH_LIBS+= -lpcap -lprivate_ssl -lmd -lprivate_crypto
27 CRUNCH_LIBS+= -lipsec
28 CRUNCH_LIBS+= ${PRIVATELIB_LDFLAGS}
29
30 .include <bsd.crunchgen.mk>
31 .include <bsd.prog.mk>