diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-10 15:21:48 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-10 15:21:48 +0000 |
commit | 35f9bb30c19ac218bf87afd1d770ad1ec4a58b92 (patch) | |
tree | d1a4514aeda8d3a77a50f7af4b3de77de8ca3f51 /archivers/Makefile | |
parent | Moving the rboot port from misc to net. RBoot is a remote boot facility (diff) |
Moving makeself from misc to archivers. makeself is a shell script that
makes self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8d13d2ec6dff..5b531809cfd0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -12,6 +12,7 @@ SUBDIR += lha SUBDIR += linux_rar SUBDIR += lzo + SUBDIR += makeself SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += pkzip |