diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 11:36:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 11:36:02 +0000 |
commit | 806021be093ad00ce2022a532c0f4cc99b0065ac (patch) | |
tree | c4f374fc66dbd93cdd093f4e1213808e855c8b39 /usr.bin/systat/Makefile | |
parent | 200dde568cd8db5fa9ddc42e6b5388df55a16573 (diff) |
libutil
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r-- | usr.bin/systat/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile index 290a3871e49..de284f26bbb 100644 --- a/usr.bin/systat/Makefile +++ b/usr.bin/systat/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.3 1995/03/22 15:26:42 mycroft Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $OpenBSD: Makefile,v 1.3 1996/05/22 11:35:28 deraadt Exp $ +# $NetBSD: Makefile,v 1.5 1996/05/10 23:16:30 thorpej Exp $ PROG= systat -.if (${MACHINE_ARCH} == "m68k") -CFLAGS+=-D${MACHINE} -.endif -CFLAGS+=-I${.CURDIR}/../../sys/arch -I${.CURDIR}/../vmstat -SRCS= cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c main.c mbufs.c \ - netcmds.c netstat.c pigs.c swap.c vmstat.c -LDADD= -lcurses -ltermcap -lm -lkvm +.PATH: ${.CURDIR}/../../usr.bin/vmstat + +CFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat +SRCS= cmds.c cmdtab.c disks.c dkstats.c fetch.c iostat.c keyboard.c \ + main.c mbufs.c netcmds.c netstat.c pigs.c swap.c vmstat.c DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBM} ${LIBKVM} +LDADD= -lcurses -ltermcap -lm -lkvm BINGRP= kmem BINMODE=2555 |