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 $
3 # $DragonFly: src/sbin/Makefile,v 1.14 2007/02/20 15:58:27 tgen Exp $
5 # XXX MISSING: icheck ncheck
83 .if
!defined
(NO_IPFILTER
)
91 .if
${MACHINE_ARCH} == i386
97 .if exists
(${.CURDIR
}/${MACHINE})
100 .if exists
(${.CURDIR
}/${MACHINE_ARCH})
101 SUBDIR
+= ${MACHINE_ARCH}
104 .
include <bsd.subdir.mk
>