Deleted Added
full compact
Makefile (139103) Makefile (156736)
1# Makefile for ntpd.
1# Makefile for ntpd.
2# $FreeBSD: head/usr.sbin/ntp/Makefile 139103 2004-12-21 08:47:35Z ru $
2# $FreeBSD: head/usr.sbin/ntp/Makefile 156736 2006-03-15 11:17:31Z ru $
3
4SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
5 ntptime ntp-keygen sntp
3
4SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
5 ntptime ntp-keygen sntp
6
7.if !defined(NO_MAN)
8SUBDIR+= doc
6SUBDIR+= doc
9.endif
10
11.include <bsd.subdir.mk>
7
8.include <bsd.subdir.mk>