repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Switch pkg_radd and pkg_search to appropriate CPU type path, i386 or amd64.
[dragonfly.git]
/
usr.bin
/
patch
/
Makefile
blob
bf1882f9c7abdb0c37c753f6134ac2c94577951b
1
# $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
2
# $DragonFly: src/usr.bin/patch/Makefile,v 1.8 2008/08/10 23:50:12 joerg Exp $
3
4
PROG
=
patch
5
SRCS
=
patch.c pch.c inp.c util.c backupfile.c mkpath.c
6
7
.
include
<
bsd.prog.mk
>