aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/smrsh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sendmail/smrsh')
-rw-r--r--usr.sbin/sendmail/smrsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/smrsh/Makefile b/usr.sbin/sendmail/smrsh/Makefile
index 1cdf5d987dc2..0572ec608275 100644
--- a/usr.sbin/sendmail/smrsh/Makefile
+++ b/usr.sbin/sendmail/smrsh/Makefile
@@ -2,7 +2,7 @@
PROG= smrsh
MAN8= smrsh.8
-CFLAGS+=-I${.CURDIR}/../src -DNDBM -DNEWDB
+CFLAGS+=-I${.CURDIR}/../src -DNEWDB
BINDIR= /usr/libexec
.include <bsd.prog.mk>