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

Annotation of src/usr.bin/id/Makefile, Revision 1.5

1.5     ! okan        1: #      $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:45 millert Exp $
1.1       deraadt     2:
                      3: PROG=  id
                      4: MAN=   id.1 groups.1 whoami.1
                      5:
1.5     ! okan        6: LINKS= ${BINDIR}/id ${BINDIR}/groups \
        !             7:        ${BINDIR}/id ${BINDIR}/whoami
1.1       deraadt     8:
                      9: .include <bsd.prog.mk>