mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 18:53:08 -04:00
11 lines
185 B
Makefile
11 lines
185 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
|
ntptime ntp-keygen sntp
|
|
|
|
.if !defined(NOMAN)
|
|
SUBDIR+= doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|