ef7b1083bb
NTP on FreeBSD: The first one allows one to avoid installing the html files. The second one allows one to override the CLOCKDEFS on the make command line. Submitted by: phk
14 lines
213 B
Makefile
14 lines
213 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= roberto
|
|
|
|
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
|
ntptimeset ntptime ntp-genkeys
|
|
|
|
.if !defined(NOMAN)
|
|
SUBDIR+= doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|