--- cci/usr/src/etc/Makefile 2019/07/28 12:24:19 1.1 +++ cci/usr/src/etc/Makefile 2019/07/28 12:24:25 1.1.1.2 @@ -1,4 +1,4 @@ -# Makefile 4.29 83/08/28 +# Makefile 4.2 85/11/21 # DESTDIR= @@ -26,8 +26,8 @@ SCRIPT= fastboot fasthalt mklost+found # STD= accton analyze auditon auditoff \ badsect catman chown clri comsat \ - cron dcheck dmesg dumpfs edquota \ - halt icheck init kgmon newfs mknod mkproto mount \ + cron dcheck dmesg dumpfs edquota fsdb \ + halt icheck init kgmon kprf newfs mknod mkproto mount \ ncheck pstat quot quotaon quotacheck reboot renice repquota \ savecore \ shutdown swapon tunefs umount update vipw @@ -35,7 +35,7 @@ STD= accton analyze auditon auditoff \ # C programs that live in the current directory and need explicit make lines. # NSTD= ac sa mkfs -FILES= disktab fstab.fsd gettytab group motd passwd printcap \ +FILES= disktab dumpdate fstab.fsd gettytab group motd passwd printcap \ rc rc.local services ttys ttytype all: ${SUBDIR} ${STD} ${NSTD} @@ -58,6 +58,20 @@ install: all for i in ${FILES}; do (install -c $$i ${DESTDIR}/etc/$$i); done rm -f ${DESTDIR}/etc/quotaoff ln ${DESTDIR}/etc/quotaon ${DESTDIR}/etc/quotaoff + chmod 644 ${DESTDIR}/etc/fstab + chmod 444 ${DESTDIR}/etc/gettytab + chmod 644 ${DESTDIR}/etc/group + chmod 2711 ${DESTDIR}/etc/lpc + chmod 644 ${DESTDIR}/etc/motd + chmod 644 ${DESTDIR}/etc/passwd + chmod 644 ${DESTDIR}/etc/printcap + chmod 644 ${DESTDIR}/etc/rc + chmod 644 ${DESTDIR}/etc/rc.local + chmod 644 ${DESTDIR}/etc/remote + chmod 644 ${DESTDIR}/etc/services + chmod 644 ${DESTDIR}/etc/syslog.conf + chmod 644 ${DESTDIR}/etc/ttys + chmod 644 ${DESTDIR}/etc/ttytype clean: rm -f a.out core *.s *.o @@ -180,6 +194,15 @@ edquota: /usr/include/sys/param.h edquota: /usr/include/sys/stat.h edquota: /usr/include/sys/file.h edquota: /usr/include/sys/quota.h +fsdb: fsdb.c +fsdb: /usr/include/sys/param.h +fsdb: /usr/include/signal.h +fsdb: /usr/include/sys/fs.h +fsdb: /usr/include/sys/inode.h +fsdb: /usr/include/sys/dir.h +fsdb: /usr/include/sys/file.h +fsdb: /usr/include/stdio.h +fsdb: /usr/include/setjmp.h halt: halt.c halt: /usr/include/stdio.h halt: /usr/include/sys/reboot.h