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