065c74d54b
really tested and probably not 64 bits-safe. Discussed with: Harlann Stenn <www.ntp.org>
12 lines
185 B
Makefile
12 lines
185 B
Makefile
# Makefile for ntpd.
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
|
|
ntptime ntp-keygen sntp
|
|
|
|
.if !defined(NOMAN)
|
|
SUBDIR+= doc
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|