diff options
author | dd <dd@FreeBSD.org> | 2001-07-18 11:30:46 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-18 11:30:46 +0000 |
commit | 80e372cd14a11e2e423d5c2f42c895bd19c8348a (patch) | |
tree | 3744ea1d086da727954b5b80a5b85763a4434eac /usr.sbin/zic | |
parent | 089ab7990ef057463a3fe5c0001e14b8d8cdf971 (diff) | |
download | FreeBSD-src-80e372cd14a11e2e423d5c2f42c895bd19c8348a.zip FreeBSD-src-80e372cd14a11e2e423d5c2f42c895bd19c8348a.tar.gz |
Set wollman as the MAINTAINER and mention the vendor contact. Ideally
this entire subtree would be in src/contrib, but if that isn't going
to happen at least this has a chance of warning off unsuspecting
committers.
Approved by: wollman
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r-- | usr.sbin/zic/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile index f4697a6..2496e82 100644 --- a/usr.sbin/zic/Makefile +++ b/usr.sbin/zic/Makefile @@ -1,4 +1,8 @@ # $FreeBSD$ + +# Vendor contact: tz@elsie.nci.nih.gov +MAINTAINER= wollman@FreeBSD.org + SUBDIR= zic zdump .include <bsd.subdir.mk> |