Makefile revision 41568
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3NOSHARED?=yes
4
5PROG=	chflags
6CFLAGS+=-Wall
7SRCS=	chflags.c stat_flags.c
8.PATH:	${.CURDIR}/../../bin/ls
9
10.include <bsd.prog.mk>
11