10 lines
176 B
Makefile
10 lines
176 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= roberto
|
|
|
|
SUBDIR= doc libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
|
ntptimeset ntptime ntp-genkeys
|
|
|
|
.include <bsd.subdir.mk>
|