10e180cc49
will be fixed using the new .NOPATH make feature instead.
12 lines
228 B
Makefile
12 lines
228 B
Makefile
# $NetBSD: Makefile,v 1.13 1997/05/08 21:12:02 gwr Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= xinstall
|
|
SRCS= stat_flags.c xinstall.c
|
|
MAN= install.1
|
|
.PATH: ${.CURDIR}/../../bin/ls
|
|
|
|
PROGNAME=install
|
|
|
|
.include <bsd.prog.mk>
|