Remove IPsec and related code from the system.
[dragonfly.git] / share / initrd / sbin.libcrypto / Makefile
blob579fd89a5cbff8889710ad731cc51b49931de7c6
1 #$FreeBSD: head/rescue/rescue/Makefile 252356 2013-06-28 21:00:08Z davide $
2 # @(#)Makefile 8.1 (Berkeley) 6/2/93
4 NOMAN=
6 .include <bsd.own.mk>
8 PROG= sbin.libcrypto
9 BINDIR= /usr/share/initrd/sbin
11 CRUNCH_SRCDIRS+= sbin
12 CRUNCH_PROGS_sbin= tcplay \
13 md5 \
14 hammer \
15 ping \
16 ping6
18 CRUNCH_SRCDIRS+= gnu/sbin
19 CRUNCH_PROGS_gnu/sbin= cryptsetup
21 CRUNCH_LIBS+= -ldm -lprop -lutil -lhammer -lm
22 CRUNCH_ALIAS_md5= rmd160
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+= ${PRIVATELIB_LDFLAGS}
29 .include <bsd.crunchgen.mk>
30 .include <bsd.prog.mk>