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
RS: fix for fix
[minix.git]
/
usr.bin
/
sed
/
Makefile
blob
81b797ca74708fabb8cf15c9516ae394cf6dcd18
1
# $NetBSD: Makefile,v 1.14 2009/04/14 22:15:26 lukem Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
sed
7
SRCS
=
compile.c main.c misc.c process.c
8
9
# LSC FIXME Still required?
10
SYMLINKS?
= ${
BINDIR
}/
sed
/
bin
/
sed
11
12
.
include
<
bsd.prog.mk
>