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

Annotation of src/usr.bin/rusers/Makefile, Revision 1.1

1.1     ! deraadt     1: #      $Id: Makefile,v 1.7 1994/12/22 12:30:47 cgd Exp $
        !             2:
        !             3: PROG = rusers
        !             4:
        !             5: DPADD= ${LIBRPCSVC}
        !             6: LDADD= -lrpcsvc
        !             7:
        !             8: .include <bsd.prog.mk>