10e180cc49
will be fixed using the new .NOPATH make feature instead.
9 lines
192 B
Makefile
9 lines
192 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/05/08 21:11:36 gwr Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= chflags
|
|
SRCS= chflags.c stat_flags.c
|
|
.PATH: ${.CURDIR}/../../bin/ls
|
|
|
|
.include <bsd.prog.mk>
|