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
/
cmp
/
Makefile
blob
242566b43fb337c5047d80b92340f918050bd1ae
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $NetBSD: Makefile,v 1.4 1997/01/09 20:18:26 tls Exp $
3
4
PROG
=
cmp
5
SRCS
=
cmp.c misc.c regular.c special.c
6
7
.
include
<
bsd.prog.mk
>