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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.sbin
/
ntp
/
ntpdate
/
Makefile
blob
0856471ebb3ea9314bc514a582de77e1fda3a885
1
# $NetBSD: Makefile,v 1.5 2006/07/29 08:18:36 kardel Exp $
2
3
PROG
=
ntpdate
4
MAN
=
ntpdate
.8
5
SRCS
=
ntpdate.c
6
7
.
include
<
bsd.own.mk
>
8
9
LDADD
+= -
L
${
LIBISC
} -
lisc
10
DPADD
+= ${
LIBISC
}/
libisc.a
11
12
LDADD
+= -
lutil
-
lm
13
DPADD
+= ${
LIBUTIL
} ${
LIBM
}
14
15
.
include
<
bsd.prog.mk
>