artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
107bed4
)
Fix typo
author
tholo
<tholo@openbsd.org>
Sun, 8 Dec 1996 20:59:20 +0000
(20:59 +0000)
committer
tholo
<tholo@openbsd.org>
Sun, 8 Dec 1996 20:59:20 +0000
(20:59 +0000)
usr.bin/elf2olf/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/elf2olf/Makefile
b/usr.bin/elf2olf/Makefile
index
6e0e987
..
8b17f48
100644
(file)
--- 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}/olf2
o
lf
+LINKS= ${BINDIR}/elf2olf ${BINDIR}/olf2
e
lf
MLINKS= elf2olf.1 olf2elf.1
.include <bsd.prog.mk>