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

Annotation of src/usr.bin/vmstat/Makefile, Revision 1.9

1.9     ! dlg         1: #      $OpenBSD: Makefile,v 1.8 2007/12/15 03:43:41 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  vmstat
1.2       tholo       4:
1.9     ! dlg         5: CPPFLAGS+= -D_LIBKVM
1.2       tholo       6: SRCS=  dkstats.c vmstat.c
1.1       deraadt     7: MAN=   vmstat.8
1.2       tholo       8: DPADD= ${LIBKVM}
                      9: LDADD= -lkvm
1.1       deraadt    10:
                     11: .include <bsd.prog.mk>
1.5       art        12: