diff options
author | rdivacky <rdivacky@FreeBSD.org> | 2009-12-03 18:02:55 +0000 |
---|---|---|
committer | rdivacky <rdivacky@FreeBSD.org> | 2009-12-03 18:02:55 +0000 |
commit | a157bbdc97bff390c7ec3d16830936c17a65aefb (patch) | |
tree | 39c23985bfdab0a9ee8fcb4ec3e882d360e87de6 /usr.bin | |
parent | 8ed84589ca5300180e8242effe8d9b72fe38280a (diff) | |
download | FreeBSD-src-a157bbdc97bff390c7ec3d16830936c17a65aefb.zip FreeBSD-src-a157bbdc97bff390c7ec3d16830936c17a65aefb.tar.gz |
Connect unzip to the build.
Approved by: ed (mentor)
Approved by: des (unzip author)
Tested by: exp ports build (miwi)
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 6497743..9120613 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -203,6 +203,7 @@ SUBDIR= alias \ unexpand \ ${_unifdef} \ uniq \ + unzip \ units \ unvis \ ${_usbhidaction} \ |