Makefile revision 57003
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/xinstall/Makefile 57003 2000-02-05 18:42:36Z joe $
3
4PROG=	xinstall
5SRCS=	setflags.c xinstall.c
6.PATH:	${.CURDIR}/../../lib/libc/gen
7MAN1=	install.1
8
9install: maninstall
10	${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${PROG} ${DESTDIR}${BINDIR}/install
12
13.include <bsd.prog.mk>
14