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 $
8 .if defined
(BOOTSTRAPPING
)
9 # Keep version check up to date.
10 . if
${WORLD_VERSION} <= 400103
11 CFLAGS
+= -I
${.CURDIR
} -include chflags-compat.h
15 .
include <bsd.prog.mk
>