diff options
author | tv <tv@pkgsrc.org> | 2004-11-29 04:21:33 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-29 04:21:33 +0000 |
commit | c51cbf2b8310bb363a8cead60a4cd2f12a684ab3 (patch) | |
tree | f0719a348db68ac844516e751ac9128835148ad2 /security | |
parent | d8a44999c637fb7ad24ae54976fddc90fc7ca288 (diff) | |
download | pkgsrc-c51cbf2b8310bb363a8cead60a4cd2f12a684ab3.tar.gz |
Include bsd.prefs.mk before adding to CFLAGS, just in case.
Diffstat (limited to 'security')
-rw-r--r-- | security/hashcash/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/hashcash/Makefile b/security/hashcash/Makefile index 54cd01b5130..930f875f943 100644 --- a/security/hashcash/Makefile +++ b/security/hashcash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/11/29 01:56:16 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/29 04:21:33 tv Exp $ # DISTNAME= hashcash-1.13 @@ -12,6 +12,8 @@ COMMENT= Hash collision based postage stamp USE_BUILDLINK3= yes +.include "../../mk/bsd.prefs.mk" + CFLAGS+= -Dunix do-install: |