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