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
/
ntpdc
/
Makefile
blob
c7aebc84e0cc117eff6df1552baebb487aabf331
1
# $NetBSD: Makefile,v 1.5 2003/12/04 16:41:57 drochner Exp $
2
3
PROG
=
ntpdc
4
MAN
=
ntpdc
.8
5
SRCS
=
ntpdc.c ntpdc_ops.c ntpdc-opts.c
6
7
LDADD
+= -
L
${
LIBISC
} -
lisc
8
LDADD
+= -
ledit
-
ltermcap
9
DPADD
+= ${
LIBISC
}/
libisc.a
10
11
.
include
<
bsd.prog.mk
>