repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coverity appeasement - redundant check
[minix.git]
/
external
/
gpl3
/
binutils
/
usr.bin
/
elfedit
/
Makefile
blob
bcc21f3b7a39fcb96796fabf9b050da92f4d6cd9
1
# $NetBSD: Makefile,v 1.1 2011/09/25 04:32:46 christos Exp $
2
3
PROG
=
elfedit
4
SRCS
=
elfcomm.c elfedit.c
5
6
.
include
<
bsd.own.mk
>
7
8
.
include
"${.CURDIR}/../common/Makefile.prog"