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

Annotation of src/usr.bin/login/Makefile, Revision 1.19

1.19    ! millert     1: #      $OpenBSD: Makefile,v 1.18 2001/05/29 22:18:57 millert Exp $
1.1       deraadt     2:
                      3: PROG=  login
1.7       millert     4: SRCS=  login.c failedlogin.c
1.17      millert     5: DPADD= ${LIBUTIL}
1.3       etheisen    6: LDADD= -lutil
1.19    ! millert     7:
        !             8: .if (${MACHINE_ARCH} == "alpha")
        !             9: LDSTATIC=      ${STATIC}
        !            10: .endif
1.2       tholo      11:
1.1       deraadt    12: BINOWN=        root
                     13: BINMODE=4555
                     14:
                     15: .include <bsd.prog.mk>