summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/src/Makefile.NetBSD
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sendmail/src/Makefile.NetBSD')
-rw-r--r--usr.sbin/sendmail/src/Makefile.NetBSD6
1 files changed, 2 insertions, 4 deletions
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