mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
11 lines
192 B
Makefile
11 lines
192 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
|
ntptimeset ntptime ntp-genkeys
|
|
|
|
.if !defined(NOMAN)
|
|
SUBDIR+= doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|