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
dntpd: Fix typo.
[dragonfly.git]
/
usr.bin
/
sed
/
Makefile
blob
56967ecb0f0a78fc4c20c204162cb52c1ed22e4b
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: head/usr.bin/sed/Makefile 276837 2015-01-08 17:23:59Z pfg $
3
4
PROG
=
sed
5
SRCS
=
compile.c main.c misc.c process.c
6
7
.
include
<
bsd.prog.mk
>