xref: /original-bsd/usr.bin/xinstall/Makefile (revision 0ca71a4d)
1#	@(#)Makefile	5.4 (Berkeley) 05/11/90
2
3PROG=	xinstall
4MAN1=	install.0
5
6install: maninstall
7	install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
8	    ${PROG} ${DESTDIR}${BINDIR}/install
9
10.include <bsd.prog.mk>
11
12
13