summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>