repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
usr.sbin
/
ntp
/
ntptime
/
Makefile
blob
db5885ddceb355350aeb91733407c75b865023d4
1
# $FreeBSD$
2
3
.PATH
: ${
.CURDIR
}/
..
/
..
/
..
/
contrib
/
ntp
/
util
4
5
PROG
=
ntptime
6
NO_MAN
=
7
8
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
..
/
contrib
/
ntp
/
include
-
I
${
.CURDIR
}/
..
/
9
10
DPADD
= ${
LIBNTP
}
11
LDADD
= ${
LIBNTP
}
12
13
.
include
<
bsd.prog.mk
>