mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -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>
|