diff options
Diffstat (limited to 'usr.sbin/ntp/ntptime')
-rw-r--r-- | usr.sbin/ntp/ntptime/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/ntp/ntptime/Makefile b/usr.sbin/ntp/ntptime/Makefile index 6d57ec251769..9e14c38cb096 100644 --- a/usr.sbin/ntp/ntptime/Makefile +++ b/usr.sbin/ntp/ntptime/Makefile @@ -1,17 +1,13 @@ -# # $FreeBSD$ -# -.PATH: ${.CURDIR}/../../../contrib/ntp/util - -PROG= ntptime +.PATH: ${.CURDIR}/../../../contrib/ntp/util +PROG= ntptime +NOMAN= yes SRCS= ntptime.c CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/include -I${.CURDIR}/../ -NOMAN= yes - DPADD= ${LIBNTP} LDADD= ${LIBNTP} |