xref: /dragonfly/usr.bin/chflags/Makefile (revision 0fe46dc6)
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 $
3
4NOSHARED?=yes
5
6PROG=	chflags
7
8.if defined(BOOTSTRAPPING)
9# Keep version check up to date.
10. if ${WORLD_VERSION} <= 400103
11CFLAGS+=	-I${.CURDIR} -include chflags-compat.h
12. endif
13.endif
14
15.include <bsd.prog.mk>
16