projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Tweak some makefiles to prepare for bmake
[dragonfly.git]
/
gnu
/
usr.bin
/
diff
/
doc
/
Makefile
1
.include "../Makefile.inc"
2
3
SRCDIR= ${BASEDIR}/doc
4
INFOSECTION= "System Utilities"
5
INFOENTRY_diff= "* DIFF: (diff). DIFF/PATCH Reference Manual."
6
INFO= diffutils
7
8
diffutils.info: ${SRCDIR}/${.TARGET}
9
cp ${.ALLSRC} ${.TARGET}
10
11
.include <bsd.info.mk>