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
/
tr
/
Makefile
blob
101c1cc7555a79fea027cc32b6a7b82c1c4b4556
1
# $NetBSD: Makefile,v 1.9 2013/08/11 01:00:13 dholland Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
tr
5
SRCS
=
str.c tr.c
6
7
.
include
<
bsd.prog.mk
>