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.20 2008/10/03 00:26:21 hasso Exp $
5 # XXX MISSING: icheck ncheck
99 .if
!defined
(NO_IPFILTER
)
107 .if
${MACHINE_ARCH} == i386 ||
${MACHINE_ARCH} == x86_64
108 .if
${MACHINE_ARCH} == i386
117 .if exists
(${.CURDIR
}/${MACHINE})
120 .if exists
(${.CURDIR
}/${MACHINE_ARCH})
121 SUBDIR
+= ${MACHINE_ARCH}
124 .
include <bsd.subdir.mk
>