freebsd-dev/usr.sbin/ntp/Makefile
Ollivier Robert ef7b1083bb These two patches makes it easier to compile custom versions of
NTP on FreeBSD:

The first one allows one to avoid installing the html files.

The second one allows one to override the CLOCKDEFS on the
make command line.

Submitted by:	phk
2002-11-16 08:06:43 +00:00

14 lines
213 B
Makefile

# Makefile for ntpd.
# $FreeBSD$
MAINTAINER= roberto
SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \
ntptimeset ntptime ntp-genkeys
.if !defined(NOMAN)
SUBDIR+= doc
.endif
.include <bsd.subdir.mk>