Module Name:    src
Committed By:   roy
Date:           Fri Dec  4 14:44:57 UTC 2009

Modified Files:
        src/external/bsd/openresolv/sbin/resolvconf: Makefile

Log Message:
Install our shell subscribers as normal files


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/openresolv/sbin/resolvconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/openresolv/sbin/resolvconf/Makefile
diff -u src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.2 src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.3
--- src/external/bsd/openresolv/sbin/resolvconf/Makefile:1.2	Thu Dec  3 10:28:37 2009
+++ src/external/bsd/openresolv/sbin/resolvconf/Makefile	Fri Dec  4 14:44:57 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/12/03 10:28:37 roy Exp $
+# $NetBSD: Makefile,v 1.3 2009/12/04 14:44:57 roy Exp $
 #
 
 .include <bsd.own.mk>
@@ -7,19 +7,23 @@
 .PATH:		${DIST} 
 
 SCRIPTS=	resolvconf
-SCRIPTS+=	libc dnsmasq named unbound
+SCRIPTSDIR=	/sbin
 
-SCRIPTSDIR_resolvconf= /sbin
-SCRIPTSDIR=	/libexec/resolvconf
+FILES=		libc dnsmasq named unbound
+FILESDIR=	/libexec/resolvconf
+# We should not have to do this ...
+.for f in ${FILES}
+FILESBUILD_$f=	yes
+.endfor
 
 MAN=		resolvconf.conf.5 resolvconf.8
 
-CLEANFILES=	${SCRIPTS} ${MAN}
+CLEANFILES=	${SCRIPTS} ${FILES} ${MAN}
 
 CMD1=		\1 status >/dev/null 2>\&1
 CMD2=		\1 restart
 RESTARTCMD=	/etc/rc.d/${CMD1} \&\& /etc/rc.d/${CMD2}
-.for f in ${SCRIPTS} ${MAN}
+.for f in ${SCRIPTS} ${FILES} ${MAN}
 ${f}:	${f}.in
 	${TOOL_SED} -e 's:@PREFIX@::g' \
 		-e 's:@SYSCONFDIR@:/etc:g' \

Reply via email to