summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2a6fa419..84edd235 100644
--- a/Makefile
+++ b/Makefile
@@ -37,9 +37,9 @@ install:
ln -sf ../../../sbin/ifup . ; \
ln -sf ../../../sbin/ifdown . )
(cd src; make install ROOT=$(ROOT) mandir=$(mandir))
- mkdir -p /var/run/netreport
- chown root.root /var/run/netreport
- chmod og=rwx,o=rx /var/run/netreport
+ mkdir -p $(ROOT)/var/run/netreport
+ chown root.root $(ROOT)/var/run/netreport
+ chmod og=rwx,o=rx $(ROOT)/var/run/netreport
check:
for afile in `find . -type f -perm +111|grep -v \.csh ` ; do \