date and time created 91/10/27 14:14:54 by bostic
[unix-history] / usr / src / usr.bin / xinstall / Makefile
# @(#)Makefile 5.5 (Berkeley) %G%
PROG= xinstall
MAN1= install.0
CLEANFILES=xinstall
install: maninstall
install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/install
.include <bsd.prog.mk>