Makefile revision 1.2
1#	@(#)Makefile	5.5 (Berkeley) 6/24/90
2
3PROG=	xinstall
4MAN1=	install.0
5CLEANFILES=xinstall
6
7install: maninstall
8	install -c ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
9	    ${PROG} ${DESTDIR}${BINDIR}/install
10
11.include <bsd.prog.mk>
12
13
14