1 # @(#)Makefile 8.5 (Berkeley) 3/31/94
2 # $FreeBSD: src/sbin/Makefile,v 1.77.2.9 2002/08/08 09:03:46 ru Exp $
104 .if
${MACHINE_ARCH} == "x86_64"
105 SUBDIR
+=mount_smbfs \
110 .if exists
(${.CURDIR
}/${MACHINE})
113 .if exists
(${.CURDIR
}/${MACHINE_ARCH})
114 SUBDIR
+= ${MACHINE_ARCH}
117 # maximum parallelism
121 .
include <bsd.subdir.mk
>