diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-26 23:02:36 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-26 23:02:36 +0000 |
commit | 90b1557dac582ac1c82e82b29dc1e3c13602608b (patch) | |
tree | 81889edda067af438a1f581446aab9e28101eed7 /share/doc | |
parent | 963bc175248132bc9bc9684cc48909c63af3e2b9 (diff) | |
download | FreeBSD-src-90b1557dac582ac1c82e82b29dc1e3c13602608b.zip FreeBSD-src-90b1557dac582ac1c82e82b29dc1e3c13602608b.tar.gz |
Add a MAINTAINER= line so people know who to blame
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/smm/08.sendmailop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile index 4ee85e2..2ed8acb 100644 --- a/share/doc/smm/08.sendmailop/Makefile +++ b/share/doc/smm/08.sendmailop/Makefile @@ -1,6 +1,8 @@ # From: @(#)Makefile 8.2 (Berkeley) 2/28/94 # $FreeBSD$ +MAINTAINER= gshapiro@FreeBSD.org + VOLUME= smm/08.sendmailop SRCS= op.me MACROS= -me |