summaryrefslogtreecommitdiff
path: root/usr.bin/chflags/Makefile
blob: 8051f221012ffc00e29be7d10c7db8ee69f07aee (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:31:51 deraadt Exp $
#	$NetBSD: Makefile,v 1.2 1994/11/14 20:27:21 jtc Exp $

PROG=	chflags
SRCS=	chflags.c stat_flags.c
.PATH:	${.CURDIR}/../../bin/ls

.include <bsd.prog.mk>