NetBSD/gnu/usr.bin/binutils/strip/Makefile

18 lines
404 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1999/02/09 19:21:55 tv Exp $
PROG= strip
SRCS= objcopy.c is-strip.c
MAN= strip.1
.include <bsd.prog.mk>
# STRIPPROG is capable of stripping itself, so this is OK.
1999-02-03 01:05:58 +03:00
.if (${STRIPFLAG} != "")
STRIPFLAG:=
realinstall: __installstrip
__installstrip:
1999-01-07 08:56:30 +03:00
chmod 755 ${DESTDIR}${BINDIR}/strip
${STRIPPROG} ${DESTDIR}${BINDIR}/strip
chmod ${BINMODE} ${DESTDIR}${BINDIR}/strip
.endif