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

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

1.8     ! deraadt     1: #      $OpenBSD: Makefile,v 1.7 2001/06/27 06:16:50 art Exp $
1.1       deraadt     2:
                      3: PROG=  vmstat
1.2       tholo       4:
                      5: SRCS=  dkstats.c vmstat.c
1.1       deraadt     6: MAN=   vmstat.8
1.2       tholo       7: DPADD= ${LIBKVM}
                      8: LDADD= -lkvm
1.1       deraadt     9:
                     10: .include <bsd.prog.mk>
1.5       art        11: