summaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/Makefile
blob: a10543484f79083694325b7646b56c3ce39afe16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.15 2001/08/14 10:18:26 tv Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	xinstall
SRCS=	stat_flags.c xinstall.c
MAN=	install.1
.PATH:	${.CURDIR}/../../bin/ls
CPPFLAGS+=	-I${.CURDIR}/../../bin/ls

PROGNAME=install

.ifndef HOSTPROG
.include <bsd.prog.mk>
.endif