Makefile revision 1.1
11.1Sjonathan# from: @(#)Makefile 5.4 (Berkeley) 5/11/90 21.1Sjonathan# $Id: Makefile,v 1.1 1996/09/29 21:53:12 jonathan Exp $ 31.1Sjonathan 41.1SjonathanPROG= elf2ecoff 51.1Sjonathan 61.1Sjonathanrealinstall: 71.1Sjonathan install -c -o ${BINOWN} -g ${BINGRP} -m 600 ${PROG} \ 81.1Sjonathan ${DESTDIR}${BINDIR} 91.1Sjonathan ./strip ${DESTDIR}${BINDIR}/${PROG} 101.1Sjonathan chmod ${BINMODE} ${DESTDIR}${BINDIR}/{$PROG} 111.1Sjonathan -if [ "${COPY}" = "" ]; then rm -f ./${PROG}; fi 121.1Sjonathan 131.1Sjonathan.include <bsd.prog.mk> 14