]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/ntp/Makefile
o Fix a typo.
[FreeBSD/FreeBSD.git] / usr.sbin / ntp / Makefile
1 # Makefile for ntpd.
2 # $FreeBSD$
3
4 MAINTAINER=     roberto
5
6 SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
7         ntptimeset ntptime ntp-genkeys
8
9 .if !defined(NOMAN)
10 SUBDIR+=        doc
11 .endif
12
13 .include <bsd.subdir.mk>