diff options
-rw-r--r-- | comms/qpage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index 92b3152af92..bdd5bdbed24 100644 --- a/comms/qpage/Makefile +++ b/comms/qpage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:26:59 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/08/30 21:33:54 recht Exp $ # DISTNAME= qpage-3.3 @@ -12,6 +12,8 @@ COMMENT= Simple and efficient paging (SNPP) client and server GNU_CONFIGURE= yes +CONFIGURE_ENV+= MKDIR_PATH=${MKDIR:Q} + CPPFLAGS+= `${AWK} -F: '/^uucp:/ { \ printf(\"-DDAEMONUSER=%s -DDAEMONGROUP=%s\", $$3, $$4); }' \ /etc/passwd` |