diff options
author | 1996-11-14 14:21:25 +0000 | |
---|---|---|
committer | 1996-11-14 14:21:25 +0000 | |
commit | 4014c48cc82cb4abe8888033bf156899a815f20f (patch) | |
tree | b7eb764fc27ede435f731c59aec1298efe69b13e | |
parent | correct LINKS usage (diff) | |
download | wireguard-openbsd-4014c48cc82cb4abe8888033bf156899a815f20f.tar.xz wireguard-openbsd-4014c48cc82cb4abe8888033bf156899a815f20f.zip |
remove BINDIR.
-rw-r--r-- | usr.bin/elf2olf/Makefile | 4 |
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> |