pkgsrc/mail/sendmail88/patches/patch-am
tron b22b8d4d3a Initial import of "sendmail88" package:
The well known Mail Transport Agent

This package replaces the "sendmail" 8.8.8 distribution in the main
source tree.
2000-02-13 00:14:48 +00:00

16 lines
407 B
Text

$NetBSD: patch-am,v 1.1.1.1 2000/02/13 00:14:48 tron Exp $
--- praliases/Makefile.orig Sat Sep 21 20:30:41 1996
+++ praliases/Makefile Sat Feb 12 23:28:26 2000
@@ -1,9 +1,7 @@
# @(#)Makefile 8.2 (Berkeley) 9/21/96
PROG= praliases
-MAN8= praliases.0
-CFLAGS+=-I${.CURDIR}/../src
-DPADD= ${LIBDBM}
+MAN= praliases.8
+CPPFLAGS+=-I${.CURDIR}/../src
-.include "../../Makefile.inc"
.include <bsd.prog.mk>