diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/birda/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/birda/Makefile b/comms/birda/Makefile index cc122fe08a9..ff2c7f90b47 100644 --- a/comms/birda/Makefile +++ b/comms/birda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2002/09/05 20:28:26 augustss Exp $ +# $NetBSD: Makefile,v 1.13 2003/09/30 21:53:00 seb Exp $ # DISTNAME= birda-1.1 @@ -8,4 +8,6 @@ MASTER_SITES= ftp://ftp.augustsson.net/pub/netbsd/ MAINTAINER= lennart@augustsson.net COMMENT= Bohlin's IrDA utilities +CFLAGS+= -Dlog=birda_log + .include "../../mk/bsd.pkg.mk" |