repo.or.cz
/
minix3.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
[minix3.git]
/
usr.sbin
/
rdate
/
Makefile
blob
34206eef8ee9ff5a86b573dfa77282c457b4eec7
1
# $NetBSD: Makefile,v 1.7 2009/04/22 15:23:07 lukem Exp $
2
3
PROG
=
rdate
4
DPADD
+= ${
LIBUTIL
}
5
LDADD
+= -
lutil
6
7
MAN
=
rdate
.8
8
9
.
include
<
bsd.prog.mk
>