diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-06-27 14:53:02 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-06-27 14:53:02 +0000 |
commit | a3af20167702393a88815a45204799270e660844 (patch) | |
tree | 849215ee6fae140e1cad93ff524ab296dbb7584c /usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD | |
parent | f3a1fc342b4423150f71e23e50f24d073a6d238b (diff) |
Notes
Diffstat (limited to 'usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD')
-rw-r--r-- | usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD b/usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD deleted file mode 100644 index 9a6f36f2d82c2..0000000000000 --- a/usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD +++ /dev/null @@ -1,47 +0,0 @@ -# -# NetBSD Makefile -# -# @(#)Makefile.NetBSD 8.3 (Berkeley) 9/13/95 -# @Id: Makefile.NetBSD,v 1.3 1994/02/01 05:33:44 glass Exp $ -# - -PROG= sendmail - -# define the database format to use for aliases et al. Can be -DNEWDB (for -# the new BSD database package -- this is preferred) or -DNDBM for the NDBM -# database package. The old putrescent V7 DBM package is no longer -# supported. -# You can define both NEWDB and NDBM during a transition period; old -# 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 -DNIS - -#nasty warning about gcc 2.4.x caused bugs -CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO -#CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO - -SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \ - deliver.c domain.c envelope.c err.c headers.c macro.c main.c map.c \ - mci.c mime.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 -MAN1= mailq.0 newaliases.0 -MAN5= aliases.0 -MAN8= sendmail.0 -LINKS= /usr/sbin/sendmail /usr/bin/newaliases \ - /usr/sbin/sendmail /usr/bin/mailq -INSTALL=install -BINDIR= /usr/sbin -BINOWN= root -BINMODE=4555 - -beforeinstall: -# ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ -# ${DESTDIR}/etc/sendmail.fc - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \ - ${DESTDIR}/var/log/sendmail.st - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/sendmail.hf \ - ${DESTDIR}/usr/share/misc - -.include <bsd.prog.mk> |