diff options
author | tron <tron@pkgsrc.org> | 1999-07-23 21:39:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-23 21:39:41 +0000 |
commit | 13c44ba31eea10390dcf88455886d6975a273f67 (patch) | |
tree | 90e35fe42c468d15f1c3ff83659a9d376998e73e /net/radius | |
parent | 91d8a9e5aad8c24ee89e46bee72247e08dab538f (diff) | |
download | pkgsrc-13c44ba31eea10390dcf88455886d6975a273f67.tar.gz |
Don't use soon-to-be-removed "${NO_WRKSUBDIR}".
Diffstat (limited to 'net/radius')
-rw-r--r-- | net/radius/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index 1017c598af9..a99123f07fc 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/05/03 23:39:22 tv Exp $ +# $NetBSD: Makefile,v 1.11 1999/07/23 21:39:41 tron Exp $ # # Tempted to install another radius package? # @@ -23,7 +23,7 @@ DECOMPRESS_CMD= ${GZCAT} -f DIST_SUBDIR= radius INSTALL_TARGET= man-install install util-install config-install MESSAGE_FILE= ${WRKDIR}/MESSAGE -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR} CFLAGS+= -DHAVE_SETVBUF -DNOSHADOW MAKE_ENV+= RADLIBS="${RADLIBS} -lskey" LIBS=-lcrypt \ |