repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
diffutils
/
sdiff
/
Makefile
blob
c7974eec65ceae6c2d9312662e61135dbf0c7066
1
# $NetBSD$
2
3
.
include
"${.CURDIR}/../Makefile.inc"
4
5
DIST
= ${
IDIST
}/
src
6
.PATH
: ${
DIST
} ${
IDIST
}/
man
7
8
PROG
=
sdiff
9
SRCS
=
sdiff.c version.c
10
11
DPADD
+= ${
LIBDIFFUTILS
}
12
LDADD
+= ${
LIBDIFFUTILS
}
13
14
.
include
<
bsd.prog.mk
>