From 58c812390dc6678a3d3901e22dd1a2e2b0961823 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 18 Aug 1999 08:46:53 +0000 Subject: Record build options in the BuildInfo file via BUILD_DEFS. These can be displayed using the -B option to pkg_info(1). --- mail/nmh/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/nmh') diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 28e050b4dfc..c4ea1bd3961 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 1999/05/03 23:39:22 tv Exp $ +# $NetBSD: Makefile,v 1.27 1999/08/18 08:53:33 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -42,6 +42,8 @@ RESTRICTED= uses Kerberos encryption code DOCDIR= share/doc/nmh +BUILD_DEFS+= USE_KERBEROS4 NMH_MTA NMH_EDITOR NMH_PAGER + # Since we patch the autoconf files as well as their outputs, avoid attempt # to regenerate header input files with 'autoheader' by Makefile. post-patch: -- cgit v1.2.3