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

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

1.2     ! deraadt     1: #      $OpenBSD: Makefile,v 1.1.1.1 1995/10/18 08:46:03 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  rup
                      4:
                      5: DPADD= ${LIBRPCSVC}
                      6: LDADD= -lrpcsvc
                      7:
                      8: .include <bsd.prog.mk>