diff options
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 0d5f4154bfa..b0c23ade422 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2007/01/31 00:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2007/02/22 19:26:52 wiz Exp $ DISTNAME= arla-0.43 PKGREVISION= 1 @@ -62,7 +62,7 @@ EGDIR= ${PREFIX}/share/examples/arla EGFILES= CellServDB DynRootDB SuidCells ThisCell arla.conf .for f in ${EGFILES} -CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} +CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f} .endfor RCD_SCRIPTS= arlad |