diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:54:04 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-07-07 03:54:04 +0000 |
commit | e95dd66c1f7fd662d47b34b5d83f1dcaa8b150e3 (patch) | |
tree | 00a59ef3652b99dcc8481678e405557b4adc4aac /lib/libsm/Makefile | |
parent | deabab50c576da23313dc6df610c26adebb55851 (diff) | |
download | FreeBSD-src-e95dd66c1f7fd662d47b34b5d83f1dcaa8b150e3.zip FreeBSD-src-e95dd66c1f7fd662d47b34b5d83f1dcaa8b150e3.tar.gz |
Remove MAINTAINER= lines from individual Makefiles in favor of the
MAINTAINER file (which already had entries for sendmail).
Diffstat (limited to 'lib/libsm/Makefile')
-rw-r--r-- | lib/libsm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index 0fdc447..c8ec07b 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -MAINTAINER= gshapiro@FreeBSD.org - SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail .PATH: ${SENDMAIL_DIR}/libsm |