Home | History | Annotate | Line # | Download | only in systat
Makefile revision 1.13
      1  1.13       jtc #	$NetBSD: Makefile,v 1.13 1998/02/18 22:50:10 jtc Exp $
      2   1.1       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3   1.1       jtc 
      4   1.1       jtc PROG=	systat
      5   1.4  jonathan 
      6   1.7       gwr .PATH:	${.CURDIR}/../../usr.bin/vmstat
      7   1.5   thorpej 
      8  1.10     lukem CPPFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat
      9   1.5   thorpej SRCS=	cmds.c cmdtab.c disks.c dkstats.c fetch.c iostat.c keyboard.c \
     10   1.5   thorpej 	main.c mbufs.c netcmds.c netstat.c pigs.c swap.c vmstat.c
     11  1.13       jtc DPADD=	${LIBCURSES} ${LIBM} ${LIBKVM}
     12  1.13       jtc LDADD=	-lcurses -lm -lkvm
     13   1.1       jtc BINGRP=	kmem
     14   1.1       jtc BINMODE=2555
     15   1.1       jtc 
     16   1.1       jtc .include <bsd.prog.mk>
     17  1.11       mrg 
     18  1.11       mrg # XXX
     19  1.11       mrg .if defined(UVM)
     20  1.11       mrg CPPFLAGS+=	-DUVM
     21  1.12     perry .endif
     22  1.12     perry .if defined(PMAP_NEW)
     23  1.12     perry CPPFLAGS+=      -DPMAP_NEW
     24  1.11       mrg .endif
     25