xref: /original-bsd/usr.bin/xinstall/Makefile (revision b82caa3a)
1*b82caa3aSbostic#	@(#)Makefile	8.1 (Berkeley) 06/06/93
252ebd790Sbostic
3e892eac1SbosticPROG=	xinstall
41dfb8716SbosticSRCS=	stat_flags.c xinstall.c
5e892eac1SbosticMAN1=	install.0
61dfb8716Sbostic.PATH:	${.CURDIR}/../../bin/ls
752ebd790Sbostic
8e892eac1Sbosticinstall: maninstall
9e892eac1Sbostic	install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10e892eac1Sbostic	    ${PROG} ${DESTDIR}${BINDIR}/install
1152ebd790Sbostic
12e892eac1Sbostic.include <bsd.prog.mk>
13