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