diff options
| author | Ollivier Robert <roberto@FreeBSD.org> | 2003-06-05 05:03:01 +0000 |
|---|---|---|
| committer | Ollivier Robert <roberto@FreeBSD.org> | 2003-06-05 05:03:01 +0000 |
| commit | b6bf7843a3f58c93bd3edb6d92aef4f628d52abc (patch) | |
| tree | c2d7c4b0cf14e262303d9ada160eddc955215cd5 | |
| parent | bd38ab57a1c160e947cf096327fcc7a470ccb3e6 (diff) | |
Notes
| -rw-r--r-- | MAINTAINERS | 3 | ||||
| -rw-r--r-- | usr.sbin/ntp/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ntp/Makefile.inc | 2 |
3 files changed, 1 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2e175256bd4b..91f8f016591a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -79,6 +79,7 @@ sppp(4) joerg Just keep me informed of changes, try not to break it. libc nectar Opportuntity for pre-commit review appreciated for nsdispatch(3) and its consumers. unifdef(1) fanf Pre-commit review requested. +ntp roberto Pre-commit review requested. Following are the entries from the Makefiles, and a few other sources. Please remove stale entries from both their origin, and this file. @@ -169,8 +170,6 @@ usr.sbin/lpr/Makefile:MAINTAINER= wollman@FreeBSD.org usr.sbin/lpr/Makefile:MAINTAINER+= gad@FreeBSD.org usr.sbin/mailstats/Makefile:MAINTAINER= gshapiro@FreeBSD.org usr.sbin/makemap/Makefile:MAINTAINER= gshapiro@FreeBSD.org -usr.sbin/ntp/Makefile:MAINTAINER= roberto@FreeBSD.org -usr.sbin/ntp/Makefile.inc:MAINTAINER= roberto@FreeBSD.org usr.sbin/ntp/doc/Makefile:MAINTAINER= sheldonh@FreeBSD.org usr.sbin/pppd/Makefile:MAINTAINER= peter@freebsd.org usr.sbin/pppstats/Makefile:MAINTAINER= peter@freebsd.org diff --git a/usr.sbin/ntp/Makefile b/usr.sbin/ntp/Makefile index 6605c6e8f0d5..8f665da55049 100644 --- a/usr.sbin/ntp/Makefile +++ b/usr.sbin/ntp/Makefile @@ -1,8 +1,6 @@ # Makefile for ntpd. # $FreeBSD$ -MAINTAINER= roberto - SUBDIR= libntp libparse ntpd ntpdc ntpq ntpdate ntptrace \ ntptimeset ntptime ntp-genkeys diff --git a/usr.sbin/ntp/Makefile.inc b/usr.sbin/ntp/Makefile.inc index 322a56d289f5..1f548ee28428 100644 --- a/usr.sbin/ntp/Makefile.inc +++ b/usr.sbin/ntp/Makefile.inc @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= roberto - DEFS_LOCAL= -DPARSE -DHAVE_CONFIG_H NTPDEFS= -DSYS_FREEBSD # CLOCKDEFS= |
