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

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

1.21    ! millert     1: #      $OpenBSD: Makefile,v 1.20 2001/06/25 05:51:25 art 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.1       deraadt     7:
                      8: .include <bsd.prog.mk>