Home | History | Annotate | Download | only in dist

Lines Matching refs:crontab

85 MANPAGES	=	bitstring.3 crontab.5 crontab.1 cron.8 putman.sh
88 SOURCES = cron.c crontab.c database.c do_command.c entry.c \
93 LINT_CRONTAB = crontab.c misc.c entry.c env.c
96 CRONTAB_OBJ = crontab.o misc.o entry.o env.o pw_dup.o closeall.o
98 all : cron crontab
109 crontab : $(CRONTAB_OBJ)
110 $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
114 $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/
115 # $(INSTALL) -c -m 111 -o root -g crontab -s cron $(DESTSBIN)/
116 # $(INSTALL) -c -m 2111 -o root -g crontab -s crontab $(DESTBIN)/
117 sh putman.sh crontab.1 $(DESTMAN)
119 sh putman.sh crontab.5 $(DESTMAN)
127 rm -f cron crontab