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

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

1.4     ! deraadt     1: #      $OpenBSD: Makefile,v 1.3 1997/03/01 23:40:08 millert Exp $
1.1       deraadt     2:
                      3: PROG=  at
1.3       millert     4: SRCS=  at.c panic.c parsetime.c perm.c
1.1       deraadt     5: LINKS= ${BINDIR}/at ${BINDIR}/atq \
                      6:        ${BINDIR}/at ${BINDIR}/atrm \
                      7:        ${BINDIR}/at ${BINDIR}/batch
                      8: MLINKS=        at.1 batch.1 \
                      9:        at.1 atq.1 \
                     10:        at.1 atrm.1
                     11:
                     12: BINOWN=        root
                     13: BINMODE= 4555
                     14:
                     15: .include <bsd.prog.mk>