inpcb: Use netisr_ncpus for listing inpcbs.
[dragonfly.git] / sbin / ffsinfo / Makefile
blob5cb81ac262e55c5df125214f5fafc976c5d86165
1 # @(#)Makefile 8.8 (Berkeley) 6/21/2000
3 # $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
4 # $FreeBSD: src/sbin/ffsinfo/Makefile,v 1.3.2.1 2001/07/16 15:01:56 tomsoft Exp $
5 # $DragonFly: src/sbin/ffsinfo/Makefile,v 1.5 2006/10/17 00:55:40 pavalos Exp $
8 #CFLAGS+=${BDECFLAGS}
10 PROG= ffsinfo
11 SRCS= ffsinfo.c debug.c
12 MAN= ffsinfo.8
13 NO_STRICT_ALIASING=
15 GROWFS= ${.CURDIR}/../growfs
16 CFLAGS+=-DFS_DEBUG -I${GROWFS}
17 .PATH: ${GROWFS}
19 .include <bsd.prog.mk>