1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Find sendmail source under contrib now.

This commit is contained in:
Chris Timmons 1998-08-05 01:36:06 +00:00
parent b755b88510
commit 2351b76d4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38116
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# From: @(#)Makefile 8.2 (Berkeley) 2/28/94
# $Id$
# $Id: Makefile,v 1.3 1997/02/22 13:05:49 peter Exp $
VOLUME= smm/08.sendmailop
SRCS= op.me
MACROS= -me
SRCDIR= ${.CURDIR}/../../../../usr.sbin/sendmail/doc/op
SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
USE_PIC= yes
USE_EQN= yes

View File

@ -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>