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