diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-21 20:40:56 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-21 20:40:56 +0000 |
commit | 11197eb4a22f44e101c218161f7a171ccb90442f (patch) | |
tree | 9bb8a10a0b2ed21cb8c3c81ab8f9797cfea35d61 /misc/Makefile | |
parent | Check if ${RUBY} exists before running it. (diff) |
Add pkg_tarup, which generates binary package from installed package.
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=34085
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index fb43bfc32b9e..8b3ad6a37c31 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -109,6 +109,7 @@ SUBDIR += peq SUBDIR += pdmenu SUBDIR += pinfo + SUBDIR += pkg_tarup SUBDIR += porteasy SUBDIR += proxyper SUBDIR += py-distutils |