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

Annotation of src/usr.bin/rup/Makefile, Revision 1.1.1.1

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