summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
blob: c8bd6e3877a1e9d8bdfd8e8304e3e8b361d18794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	xinstall
SRCS=	setflags.c xinstall.c
.PATH:	${.CURDIR}/../../lib/libc/gen
MAN1=	install.1

install: maninstall
	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${PROG} ${DESTDIR}${BINDIR}/install

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud