mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
8 lines
157 B
Makefile
8 lines
157 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
|
ntptime ntp-keygen sntp
|
|
SUBDIR+= doc
|
|
|
|
.include <bsd.subdir.mk>
|