ignore ourselves in the run queue
[unix-history] / usr / src / usr.bin / xinstall / Makefile
CommitLineData
cbeaaefc 1# @(#)Makefile 5.6 (Berkeley) %G%
bc54aa59 2
662ace95 3PROG= xinstall
cbeaaefc 4SRCS= stat_flags.c xinstall.c
662ace95 5MAN1= install.0
cbeaaefc 6.PATH: ${.CURDIR}/../../bin/ls
bc54aa59 7
662ace95
KB
8install: maninstall
9 install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10 ${PROG} ${DESTDIR}${BINDIR}/install
bc54aa59 11
662ace95 12.include <bsd.prog.mk>