head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.07.19.22.39.04;	author md;	state Exp;
branches;
next	1.2;

1.2
date	94.07.19.22.33.35;	author md;	state Exp;
branches;
next	1.1;

1.1
date	93.06.06.23.25.58;	author md;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Silly install rules removed the binary from the object tree!
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	strip

.if ${MACHINE} == "rt"
CFLAGS+=-DNOMMAP
.endif

install: maninstall
	install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \
	    ${DESTDIR}${BINDIR}
	./strip ${DESTDIR}${BINDIR}/strip
#	rm -f ./strip

.include <bsd.prog.mk>
@


1.2
log
@Don't use mmap() on the RT.
@
text
@d13 1
a13 1
	rm -f ./strip
@


1.1
log
@Initial revision
@
text
@d5 4
@
