From f1cb96b2ca44e4aa70b57abc58ffc615af6b0583 Mon Sep 17 00:00:00 2001 From: glass Date: Mon, 31 Jan 1994 02:38:08 +0000 Subject: upgrade to version 8.6.5 --- usr.sbin/sendmail/src/Makefile.NetBSD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin/sendmail/src/Makefile.NetBSD') diff --git a/usr.sbin/sendmail/src/Makefile.NetBSD b/usr.sbin/sendmail/src/Makefile.NetBSD index 7def6f669da..bba5a3d4b92 100644 --- a/usr.sbin/sendmail/src/Makefile.NetBSD +++ b/usr.sbin/sendmail/src/Makefile.NetBSD @@ -1,7 +1,7 @@ # # NetBSD Makefile # - +# $Id: Makefile.NetBSD,v 1.2 1994/01/31 02:40:16 glass Exp $ # @(#)Makefile 8.2 (Berkeley) 8/15/93 PROG= sendmail @@ -14,7 +14,7 @@ PROG= sendmail # databases are read, but the new format will be used on any rebuilds. On # really gnarly systems, you can set this to null; it will crawl like a high # spiral snail, but it will work. -DBMDEF= -DNEWDB -DNDBM +DBMDEF= -DNEWDB -DNIS #nasty warning about gcc 2.4.x caused bugs CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO @@ -25,8 +25,6 @@ SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ mci.c parseaddr.c queue.c readcf.c recipient.c savemail.c srvrsmtp.c \ stab.c stats.c sysexits.c trace.c udb.c usersmtp.c \ util.c version.c -DPADD= $(LIBUTIL) -LDADD= -lutil MAN1= newaliases.0 MAN5= aliases.0 MAN8= sendmail.0 -- cgit