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

Annotation of src/usr.bin/skeyaudit/Makefile, Revision 1.3

1.3     ! millert     1: #      $OpenBSD: Makefile,v 1.2 1997/09/21 11:50:51 deraadt Exp $
1.1       millert     2:
                      3: PROG=  skeyaudit
1.3     ! millert     4: BINGRP=        auth
        !             5: BINMODE=2555
1.1       millert     6: DPADD= ${LIBSKEY}
                      7: LDADD= -lskey
                      8:
                      9: .include <bsd.prog.mk>