inpcb: Use netisr_ncpus for listing inpcbs.
[dragonfly.git] / usr.bin / chflags / Makefile
blobaf7c1ed8e20d8569115932176f69acc063751edd
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/chflags/Makefile,v 1.8.2.2 2001/08/01 23:09:18 obrien Exp $
4 NOSHARED?=yes
6 PROG= chflags
8 .if defined(BOOTSTRAPPING)
9 # Keep version check up to date.
10 . if ${WORLD_VERSION} <= 400103
11 CFLAGS+= -I${.CURDIR} -include chflags-compat.h
12 . endif
13 .endif
15 .include <bsd.prog.mk>