mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 12:56:47 -04:00
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
13 lines
213 B
Makefile
13 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>
|