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

Annotation of src/usr.bin/nfsstat/Makefile, Revision 1.5

1.5     ! mickey      1: #      $OpenBSD: Makefile,v 1.4 2000/04/18 15:24:26 mickey Exp $
1.1       deraadt     2:
                      3: PROG=  nfsstat
                      4: CFLAGS+=-DNFS
1.5     ! mickey      5: DPADD= ${LIBKVM}
        !             6: LDADD= -lkvm
1.1       deraadt     7:
                      8: .include <bsd.prog.mk>