diff options
author | cwt <cwt@FreeBSD.org> | 1998-08-05 01:36:06 +0000 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1998-08-05 01:36:06 +0000 |
commit | 0b5e49e08497df0474dbcdb26c36e39a9cbbb325 (patch) | |
tree | 3e8c7492cabab85e95c40da78b9f722ee4f51159 /share/doc/smm/09.sendmail | |
parent | f03826546dda8a7ceb4654dd24f3c23547bf5a30 (diff) | |
download | FreeBSD-src-0b5e49e08497df0474dbcdb26c36e39a9cbbb325.zip FreeBSD-src-0b5e49e08497df0474dbcdb26c36e39a9cbbb325.tar.gz |
Find sendmail source under contrib now.
Diffstat (limited to 'share/doc/smm/09.sendmail')
-rw-r--r-- | share/doc/smm/09.sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/smm/09.sendmail/Makefile b/share/doc/smm/09.sendmail/Makefile index 77622cc..f39e2d4 100644 --- a/share/doc/smm/09.sendmail/Makefile +++ b/share/doc/smm/09.sendmail/Makefile @@ -1,11 +1,11 @@ # From: @(#)Makefile 8.2 (Berkeley) 2/28/94 -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 13:05:51 peter Exp $ VOLUME= smm/09.sendmail SRCS= intro.me MACROS= -me USE_PIC= yes -SRCDIR= ${.CURDIR}/../../../../usr.sbin/sendmail/doc/intro +SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/intro .include <bsd.doc.mk> |