diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2003-06-29 18:35:37 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2003-06-29 18:35:37 +0000 |
commit | 884c25d15a315711e0a9dc1efbbf42829746cf09 (patch) | |
tree | 0754f4a5c813bf14e8452456b036099cbbec48c5 /rescue/Makefile | |
parent | 3c9b8563579fd04ca520af3f84316761e528a65e (diff) | |
download | src-884c25d15a315711e0a9dc1efbbf42829746cf09.tar.gz src-884c25d15a315711e0a9dc1efbbf42829746cf09.zip |
Add /rescue bits. This basically encompasses all of bin and sbin along
with a couple of bits from usr.bin in a crunchgen'd binary.
Submitted by: Tim Kientzle <kientzle@acm.org>
Notes
Notes:
svn path=/head/; revision=117035
Diffstat (limited to 'rescue/Makefile')
-rw-r--r-- | rescue/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rescue/Makefile b/rescue/Makefile new file mode 100644 index 000000000000..0945ed35a6ab --- /dev/null +++ b/rescue/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +SUBDIR= librescue \ + rescue + +.include <bsd.subdir.mk> |