xref: /freebsd/bin/chflags/Makefile (revision 807a5caa14df5ff04b331e24b45893f6a2f6bc1b)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4NOSHARED?=yes
5
6PROG=	chflags
7CFLAGS+=-Wall
8.PATH:	${.CURDIR}/../../lib/libc/gen
9SRCS=	chflags.c setflags.c
10
11.include <bsd.prog.mk>
12