summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ntp/libntp/Makefile
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2000-01-01 23:58:01 +0000
committerroberto <roberto@FreeBSD.org>2000-01-01 23:58:01 +0000
commit034f4c18839b7e3aba2de93e8676d439a367f35e (patch)
treedc367cfcc407ca7ff8edce9f9cc76b544a571f5a /usr.sbin/ntp/libntp/Makefile
parent4c3a41624f578d83b51feb6fa563d8381b2cd081 (diff)
downloadFreeBSD-src-034f4c18839b7e3aba2de93e8676d439a367f35e.zip
FreeBSD-src-034f4c18839b7e3aba2de93e8676d439a367f35e.tar.gz
- 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
Diffstat (limited to 'usr.sbin/ntp/libntp/Makefile')
-rw-r--r--usr.sbin/ntp/libntp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile
index 15c46d7..0e18a67 100644
--- a/usr.sbin/ntp/libntp/Makefile
+++ b/usr.sbin/ntp/libntp/Makefile
@@ -4,8 +4,6 @@
.PATH: ${.CURDIR}/../../../contrib/ntp/libntp
-CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
-
SRCS= a_md5encrypt.c adjtime.c atoint.c \
atolfp.c atouint.c authencrypt.c authkeys.c \
authparity.c authreadkeys.c authusekey.c binio.c \
@@ -24,6 +22,8 @@ SRCS= a_md5encrypt.c adjtime.c atoint.c \
tsftomsu.c tstotv.c tvtoa.c tvtots.c \
uglydate.c uinttoa.c utvtoa.c ymd2yd.c
+CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../
+
NOMAN= true
NOPROFILE= true
INTERNALLIB= true
OpenPOWER on IntegriCloud