xref: /freebsd/bin/chflags/Makefile (revision 77a0943ded95b9e6438f7db70c4a28e4d93946d4)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4BINDIR=	/bin
5NOSHARED?=yes
6
7PROG=	chflags
8CFLAGS+=-Wall
9SRCS=	chflags.c
10
11.include <bsd.prog.mk>
12