diff options
Diffstat (limited to 'net/radius/Makefile')
-rw-r--r-- | net/radius/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index 810e82ef2d71..fa52aacbc241 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -3,7 +3,7 @@ # Date created: 4. July 1996 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1996/11/20 21:21:51 markm Exp $ +# $Id: Makefile,v 1.6 1996/12/01 01:23:07 obrien Exp $ # DISTNAME= radius.2.4.23 @@ -16,6 +16,7 @@ MAINTAINER= torstenb@FreeBSD.ORG NO_WRKSUBDIR= yes INSTALL_TARGET= install-all +MAKE-FLAGS+= -DPREFIX=${PREFIX} MAN5= dictionary.5 users.5 radius.fsm.5 authfile.5 clients.5 MAN8= builddbm.8 radcheck.8 radiusd.8 radpwtst.8 |