summaryrefslogtreecommitdiff
path: root/usr.bin/chflags/Makefile
blob: d17130ae46b8f4b1e7e0b98e218b05acf9907994 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.3 1997/09/21 11:48:36 deraadt Exp $

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

.include <bsd.prog.mk>