Home | History | Annotate | Line # | Download | only in elf2ecoff
Makefile revision 1.1
      1  1.1  jonathan #	from: @(#)Makefile	5.4 (Berkeley) 5/11/90
      2  1.1  jonathan #	$Id: Makefile,v 1.1 1996/09/29 21:53:12 jonathan Exp $
      3  1.1  jonathan 
      4  1.1  jonathan PROG=	elf2ecoff
      5  1.1  jonathan 
      6  1.1  jonathan realinstall:
      7  1.1  jonathan 	install -c -o ${BINOWN} -g ${BINGRP} -m 600 ${PROG} \
      8  1.1  jonathan 	    ${DESTDIR}${BINDIR}
      9  1.1  jonathan 	./strip ${DESTDIR}${BINDIR}/${PROG}
     10  1.1  jonathan 	chmod ${BINMODE} ${DESTDIR}${BINDIR}/{$PROG}
     11  1.1  jonathan 	-if [ "${COPY}" = "" ]; then rm -f ./${PROG}; fi
     12  1.1  jonathan 
     13  1.1  jonathan .include <bsd.prog.mk>
     14