$NetBSD: patch-be,v 1.1 1999/05/30 18:18:33 tron Exp $ --- sendmail/Makefile.orig Wed Apr 26 20:25:56 2000 +++ sendmail/Makefile Wed Apr 26 20:39:50 2000 @@ -0,0 +1,12 @@ +# $NetBSD: patch-be,v 1.1 1999/05/30 18:18:33 tron Exp $ +.include "../conf/main.cf" +PROG= sendmail +BINDIR=${daemon_directory} + +DPADD+= ${LIBPGLOBAL} ${LIBPUTIL} +LDADD+= ${LIBPGLOBAL} ${LIBPUTIL} ${AUXLIBS} + +# XXX +NOMAN=1 + +.include