diff options
author | ache <ache@FreeBSD.org> | 2001-08-14 23:38:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-14 23:38:31 +0000 |
commit | 21085f99c8e23f6f536755912eb9fcad837cdddf (patch) | |
tree | f49c4258bc9874a242c0a15d25b67c0cf0c03efe /etc/Makefile | |
parent | f4b75f5bb2788c0eb99520c41162bef37f41dd58 (diff) | |
download | FreeBSD-src-21085f99c8e23f6f536755912eb9fcad837cdddf.zip FreeBSD-src-21085f99c8e23f6f536755912eb9fcad837cdddf.tar.gz |
Add/install /etc/opieaccess skeleton
Approved by: markm
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index a7cc5a7..0081912 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -74,7 +74,7 @@ distribution: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \ ${DESTDIR}/var/log/cron; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \ - master.passwd ${DESTDIR}/etc; \ + opieaccess master.passwd ${DESTDIR}/etc; \ ( cd ${.CURDIR}/periodic; ${MAKE} install ); \ ( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall ); \ ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \ @@ -200,7 +200,7 @@ distrib-dirs: etc-examples: (cd ${.CURDIR}; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BIN1} ${BIN2} \ - ${DESTDIR}/usr/share/examples/etc; \ + opieaccess ${DESTDIR}/usr/share/examples/etc; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/rc.conf \ ${DESTDIR}/usr/share/examples/etc/defaults; \ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/make.conf \ |