[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / strip

File: [local] / src / usr.bin / strip / Attic / Makefile (download)

Revision 1.3, Sun Dec 8 14:32:35 1996 UTC (27 years, 6 months ago) by downsj
Branch: MAIN
Changes since 1.2: +2 -2 lines

install -> ${INSTALL}, -c -> ${COPY}

#	$OpenBSD: Makefile,v 1.3 1996/12/08 14:32:35 downsj Exp $

PROG=	strip

realinstall:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 600 strip \
	    ${DESTDIR}${BINDIR}
	./strip ${DESTDIR}${BINDIR}/strip
	chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip
	-if [ "${COPY}" = "" ]; then rm -f ./strip; fi

.include <bsd.prog.mk>