diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-07-24 02:09:19 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-07-24 02:09:19 +0000 |
| commit | 71990d3dd1da628d1e2c344505f1f1f065055feb (patch) | |
| tree | 445d36bb29cd2d8f464b71bb797cac97a615faf4 | |
| parent | 92c3d4271ec762f4606757704bbfcb4e4cdf1fa9 (diff) | |
Notes
| -rw-r--r-- | usr.bin/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index c63057607a90..52febe4280c7 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -242,6 +242,12 @@ SUBDIR+=doscmd \ SUBDIR+=uac .endif +.if ${MACHINE_ARCH} == "amd64" +SUBDIR+=ncplist \ + ncplogin \ + smbutil +.endif + .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) SUBDIR+=chkey newkey .endif |
