# @(#)Makefile 8.1 (Berkeley) 06/06/93 PROG= xinstall SRCS= stat_flags.c xinstall.c MAN1= install.0 .PATH: ${.CURDIR}/../../bin/ls install: maninstall install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PROG} ${DESTDIR}${BINDIR}/install .include