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 $
4 # XXX MISSING: icheck ncheck
105 .if
${MACHINE_ARCH} == "x86_64"
106 SUBDIR
+=mount_smbfs \
111 .if exists
(${.CURDIR
}/${MACHINE})
114 .if exists
(${.CURDIR
}/${MACHINE_ARCH})
115 SUBDIR
+= ${MACHINE_ARCH}
118 .if
!defined
(NO_CRYPT
)
122 # include hammer2 utilities (requires LibreSSL)
124 . if defined
(WANT_HAMMER2
)
125 _mount_hammer2
= mount_hammer2
126 _newfs_hammer2
= newfs_hammer2
131 # maximum parallelism
135 .
include <bsd.subdir.mk
>