diff options
| author | christos <christos@NetBSD.org> | 2006-05-30 00:42:29 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-05-30 00:42:29 +0000 |
| commit | 2cbaed172f325b1afba92ad643dc2af9c32f0ff2 (patch) | |
| tree | f63922f126d38037809843d198730dca3191cbaa /gnu/usr.sbin/sendmail/editmap | |
| parent | 10ff9d9641f7d627a31667a4f95925697da8e8d6 (diff) | |
Remove sendmail.
Diffstat (limited to 'gnu/usr.sbin/sendmail/editmap')
| -rw-r--r-- | gnu/usr.sbin/sendmail/editmap/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/usr.sbin/sendmail/editmap/Makefile b/gnu/usr.sbin/sendmail/editmap/Makefile deleted file mode 100644 index 617fe659e82..00000000000 --- a/gnu/usr.sbin/sendmail/editmap/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2003/03/24 15:04:06 atatat Exp $ - -.include <bsd.own.mk> - -DIST= ${NETBSDSRCDIR}/gnu/dist -.PATH: ${DIST}/sendmail/editmap - -PROG= editmap - -LIBSMUTILDIR!= cd ${.CURDIR}/../libsmutil && ${PRINTOBJDIR} -LIBSMDBDIR!= cd ${.CURDIR}/../libsmdb && ${PRINTOBJDIR} -LIBSMDIR!= cd ${.CURDIR}/../libsm && ${PRINTOBJDIR} - -CPPFLAGS+= -DNOT_SENDMAIL -LDADD+= -L${LIBSMDBDIR} -lsmdb -L${LIBSMUTILDIR} -lsmutil \ - -L${LIBSMDIR} -lsm -DPADD+= ${LIBSMDBDIR}/libsmdb.a ${LIBSMUTILDIR}/libsmutil.a \ - ${LIBSMDIR}/libsm.a - -MAN= editmap.8 - -.include <bsd.prog.mk> |
