From 47913ee12d567df1a7040dd097756ea7a2a72800 Mon Sep 17 00:00:00 2001 From: tholo Date: Sun, 8 Dec 1996 20:59:20 +0000 Subject: [PATCH] Fix typo --- usr.bin/elf2olf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/elf2olf/Makefile b/usr.bin/elf2olf/Makefile index 6e0e987b7c1..8b17f488d42 100644 --- a/usr.bin/elf2olf/Makefile +++ b/usr.bin/elf2olf/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 1996/11/24 23:09:38 etheisen Exp $ +# $OpenBSD: Makefile,v 1.5 1996/12/08 20:59:20 tholo Exp $ PROG= elf2olf CPPFLAGS+= -DOS_ID=OOS_OPENBSD -LINKS= ${BINDIR}/elf2olf ${BINDIR}/olf2olf +LINKS= ${BINDIR}/elf2olf ${BINDIR}/olf2elf MLINKS= elf2olf.1 olf2elf.1 .include -- 2.20.1