repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
ntp
/
Makefile
blob
14edc5f3f2765ef15d28359226a62fc289db1ab2
1
# $NetBSD: Makefile,v 1.8 2007/01/06 19:45:29 kardel Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
SUBDIR
=
libopts libisc libntp libparse .WAIT
6
SUBDIR
+=
ntpd ntpdate ntpdc ntpq ntptime
7
SUBDIR
+=
ntptrace html
8
9
.if
(${
MKCRYPTO
} !=
"no"
)
10
SUBDIR
+=
ntp-keygen
11
.
endif
12
13
.
include
<
bsd.subdir.mk
>