Deleted Added
full compact
Makefile (106982) Makefile (115866)
1# Makefile for ntpd.
1# Makefile for ntpd.
2# $FreeBSD: head/usr.sbin/ntp/Makefile 106982 2002-11-16 08:06:43Z roberto $
2# $FreeBSD: head/usr.sbin/ntp/Makefile 115866 2003-06-05 05:03:01Z roberto $
3
3
4MAINTAINER= roberto
5
6SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
7 ntptimeset ntptime ntp-genkeys
8
9.if !defined(NOMAN)
10SUBDIR+= doc
11.endif
12
13.include <bsd.subdir.mk>
4SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
5 ntptimeset ntptime ntp-genkeys
6
7.if !defined(NOMAN)
8SUBDIR+= doc
9.endif
10
11.include <bsd.subdir.mk>