diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-08-25 04:24:04 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-08-25 04:24:04 +0000 |
commit | 9186e5831b18f4dfe5c88e01eb6998e6974c3f9e (patch) | |
tree | fb1fae26422816e3cbfe157f4bea3ba720b43c6c /mail/qmail/Makefile | |
parent | 71f7ba29939cd8b41f4e38feccc0bb0600c98f0e (diff) | |
download | pkgsrc-9186e5831b18f4dfe5c88e01eb6998e6974c3f9e.tar.gz |
Missed a spot in the netqmail removal: options.mk is in the current
directory, and nothing else is using this Makefile anymore.
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 64fa8fbe6e2..af733005e2b 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/08/22 12:44:32 schmonz Exp $ +# $NetBSD: Makefile,v 1.28 2004/08/25 04:24:04 schmonz Exp $ # DISTNAME= netqmail-1.05 @@ -74,7 +74,7 @@ INSTALLATION_DIRS+= share/doc/qmail share/examples/qmail share/qmail .include "../../mk/bsd.prefs.mk" -.include "../../mail/qmail/options.mk" +.include "options.mk" BUILD_DEFS+= QMAILDIR QMAIL_QUEUE_DIR QMAIL_QUEUE_EXTRA |