diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-11 17:02:38 +0000 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-11 17:02:38 +0000 |
commit | 80c76b58f67b58592a90596619519509b06a8b6f (patch) | |
tree | aff2fa8788dfc58664aaf5b0e32d53ce7764353c /usr.bin/Makefile | |
parent | eae1ea62ece9bf50ee32441fbabf913a0c8b6004 (diff) | |
download | FreeBSD-src-80c76b58f67b58592a90596619519509b06a8b6f.zip FreeBSD-src-80c76b58f67b58592a90596619519509b06a8b6f.tar.gz |
- check for geom_uzip module presence using kldstat -m.
kldstat -m finds geom_uzip module even if it is compiled in statically.
- create output file with x bit set.
- build mkuzip on all architectures (verified with "make universe").
- fix typo in info message.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index ef5d7db..648a42f 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -116,7 +116,7 @@ SUBDIR= alias \ mklocale \ mkstr \ mktemp \ - ${_mkuzip} \ + mkuzip \ msgs \ mt \ ${_nc} \ @@ -287,7 +287,6 @@ _usbhidctl= usbhidctl .endif .if ${MACHINE_ARCH} == "i386" -_mkuzip= mkuzip _ncplist= ncplist _ncplogin= ncplogin _smbutil= smbutil @@ -298,7 +297,6 @@ _uac= uac .endif .if ${MACHINE_ARCH} == "amd64" -_mkuzip= mkuzip _ncplist= ncplist _ncplogin= ncplogin _smbutil= smbutil |