[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / at

Annotation of src/usr.bin/at/Makefile, Revision 1.6

1.6     ! millert     1: #      $OpenBSD: Makefile,v 1.5 2002/05/11 18:41:20 millert Exp $
1.1       deraadt     2:
                      3: PROG=  at
1.3       millert     4: SRCS=  at.c panic.c parsetime.c perm.c
1.6     ! millert     5: MAN=   at.1 atrm.1 atq.1
1.1       deraadt     6: LINKS= ${BINDIR}/at ${BINDIR}/atq \
                      7:        ${BINDIR}/at ${BINDIR}/atrm \
                      8:        ${BINDIR}/at ${BINDIR}/batch
1.6     ! millert     9: MLINKS=        at.1 batch.1
1.1       deraadt    10:
1.5       millert    11: BINGRP=        crontab
                     12: BINMODE= 2555
1.1       deraadt    13:
                     14: .include <bsd.prog.mk>