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
/
ntpq
/
Makefile
blob
1499682525438d91507251edc322709fb2aac16d
1
# $NetBSD: Makefile,v 1.6 2006/07/29 08:18:36 kardel Exp $
2
3
PROG
=
ntpq
4
MAN
=
ntpq
.8
5
SRCS
=
ntpq.c ntpq-subs.c ntpq-opts.c
6
7
LDADD
+= -
L
${
LIBISC
} -
lisc
8
LDADD
+= -
ledit
-
ltermcap
9
DPADD
+= ${
LIBISC
}/
libisc.a
10
11
.
include
<
bsd.own.mk
>
12
13
.
include
<
bsd.prog.mk
>