aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/libparse
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2000-01-01 23:58:01 +0000
committerOllivier Robert <roberto@FreeBSD.org>2000-01-01 23:58:01 +0000
commit4c49e2a210f8bc0655353edc2fdd9ceee7910d25 (patch)
tree5baa6a58251c1889b535f3eca2757d0028b21d1b /usr.sbin/ntp/libparse
parent43607766d6b9bdd602dc7662d1d27612a5be32a6 (diff)
downloadsrc-4c49e2a210f8bc0655353edc2fdd9ceee7910d25.tar.gz
src-4c49e2a210f8bc0655353edc2fdd9ceee7910d25.zip
- remove trace of libkvm. It is not used at all.
- reorganise the Makefiles: the order of variables was not the usual one. Explained gently by: bde
Notes
Notes: svn path=/head/; revision=55307
Diffstat (limited to 'usr.sbin/ntp/libparse')
-rw-r--r--usr.sbin/ntp/libparse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/libparse/Makefile b/usr.sbin/ntp/libparse/Makefile
index ced28a89677b..dd0b645a6c0b 100644
--- a/usr.sbin/ntp/libparse/Makefile
+++ b/usr.sbin/ntp/libparse/Makefile
@@ -4,8 +4,6 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/libparse
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-
SRCS= parse.c parse_conf.c \
clk_computime.c clk_dcf7000.c clk_hopf6021.c \
clk_meinberg.c clk_rawdcf.c clk_rcc8000.c \
@@ -13,6 +11,8 @@ SRCS= parse.c parse_conf.c \
clk_varitext.c clk_wharton.c data_mbg.c \
info_trimble.c trim_info.c
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+
NOMAN= true
NOPROFILE= true
INTERNALLIB= true