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
Remove building with NOCRYPTO option
[minix.git]
/
usr.bin
/
sed
/
Makefile
blob
48b4b4858c96edee08223be4677a43d1158ad499
1
# $NetBSD: Makefile,v 1.17 2014/06/07 16:37:32 christos Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
.
include
<
bsd.own.mk
>
5
WARNS
=
6
6
7
PROG
=
sed
8
SRCS
=
compile.c main.c misc.c process.c
9
10
.
include
<
bsd.prog.mk
>