1998-10-10 11:38:22 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 1998/10/10 07:38:23 mrg Exp $
|
1994-11-14 23:11:58 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
|
|
|
|
PROG= chflags
|
|
|
|
SRCS= chflags.c stat_flags.c
|
1997-05-09 01:11:01 +04:00
|
|
|
.PATH: ${.CURDIR}/../../bin/ls
|
1998-10-10 11:38:22 +04:00
|
|
|
CPPFLAGS+= -I${.CURDIR}/../../bin/ls
|
1994-11-14 23:11:58 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|