summaryrefslogtreecommitdiffstats
path: root/bin/chflags/Makefile
blob: b545bfa90f2c27deda08a2a709cf9cb5308c860e (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

NOSHARED?=yes

PROG=	chflags
CFLAGS+=-Wall
.PATH:	${.CURDIR}/../../lib/libc/gen
SRCS=	chflags.c setflags.c

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud