summaryrefslogtreecommitdiff
path: root/usr.bin/elf2olf
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-11-14 14:21:26 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-11-14 14:21:26 +0000
commit2873d3daf8e0bfd7d1f9ec8ed336561717f90601 (patch)
tree9f02caa4c213a322a48cc415d7bdbe2085fc168c /usr.bin/elf2olf
parentc59132eab23351f259a587d246cc3699038b70b4 (diff)
remove BINDIR.
Diffstat (limited to 'usr.bin/elf2olf')
-rw-r--r--usr.bin/elf2olf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/elf2olf/Makefile b/usr.bin/elf2olf/Makefile
index 50e6440d5e5..933ae4cf1a9 100644
--- a/usr.bin/elf2olf/Makefile
+++ b/usr.bin/elf2olf/Makefile
@@ -1,10 +1,8 @@
-# $OpenBSD: Makefile,v 1.1 1996/11/06 21:13:49 etheisen Exp $
+# $OpenBSD: Makefile,v 1.2 1996/11/14 14:21:25 mickey Exp $
PROG= elf2olf
CPPFLAGS+= -DOS_ID=OOS_OPENBSD
LINKS= elf2olf olf2olf
NOMAN=
-BINDIR= $(DESTDIR)/usr/bin
-
.include <bsd.prog.mk>