diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-09-10 20:17:31 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-09-10 20:17:31 +0000 |
| commit | 7f4caa8c59a76505cdd82ecd80508572c3f66b45 (patch) | |
| tree | f13413f1c9f339e67e28928b830266c6ea67997b /usr.bin/Makefile | |
| parent | c7754014fa7c7d27b2a0cc9f9b03072ff9c601ba (diff) | |
Notes
Diffstat (limited to 'usr.bin/Makefile')
| -rw-r--r-- | usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 450110d9e15d..1949b11aadcb 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -118,6 +118,7 @@ SUBDIR= alias \ mklocale \ mkstr \ mktemp \ + ${_mkuzip} \ msgs \ mt \ ncal \ @@ -270,6 +271,7 @@ _usbhidctl= usbhidctl .endif .if ${MACHINE_ARCH} == "i386" +_mkuzip= mkuzip _ncplist= ncplist _ncplogin= ncplogin _smbutil= smbutil |
