1 #$FreeBSD: head/rescue/rescue/Makefile 252356 2013-06-28 21:00:08Z davide $
2 # @(#)Makefile 8.1 (Berkeley) 6/2/93
9 BINDIR
= /usr
/share
/initrd
/bin
12 ###################################################################
13 # Programs from stock /bin
15 # WARNING: Changing this list may require adjusting
16 # /usr/include/paths.h as well! You were warned!
42 CRUNCH_LIBS
+= -lcrypt
-lprivate_edit
-lkvm
-ll
-lmd
-lprivate_termcap
-lutil
43 CRUNCH_BUILDTOOLS
+= bin
/sh
45 # Additional options for specific programs
49 # The -sh alias shouldn't appear in /rescue as a hard link
50 CRUNCH_SUPPRESS_LINK_-sh
= 1
53 CRUNCH_ALIAS_rm
= unlink
56 CRUNCH_SRCDIRS
+= usr.bin
57 CRUNCH_PROGS_usr.bin
= du less
58 CRUNCH_ALIAS_less
= more
60 CRUNCH_SRCDIRS
+= secure
/usr.bin
61 CRUNCH_PROGS_secure
/usr.bin
= ssh
64 CRUNCH_KEEP_ssh
= roaming_write roaming_read add_recv_bytes
66 CRUNCH_LIBS
+= -lprivate_ssh
-lcrypto
-lz
-lpthread \
67 -rpath
/lib
/priv
:/usr
/lib
/priv
-L
${_SHLIBDIRPREFIX}/usr
/lib
/priv
69 .
include <bsd.crunchgen.mk
>
70 .
include <bsd.prog.mk
>