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

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

1.4     ! millert     1: #      $OpenBSD: Makefile,v 1.3 2001/06/17 22:44:50 millert Exp $
1.1       millert     2:
                      3: PROG=  skeyinfo
1.4     ! millert     4: DPADD= ${LIBSKEY}
        !             5: LDADD= -lskey
1.3       millert     6:
1.1       millert     7: BINOWN=        root
1.3       millert     8: BINGRP=        auth
                      9: BINMODE=2555
1.1       millert    10:
                     11: .include <bsd.prog.mk>