xref: /freebsd/bin/chflags/Makefile (revision 2ad872c5794e4c26fdf6ed219ad3f09ca0d5304a)
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