summaryrefslogtreecommitdiffstats
path: root/util/Makefile
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-29 16:01:49 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-03-29 16:01:49 +0800
commit49ca31c742c68981e0e86892ca645cccb8783bf7 (patch)
treef66f01e2ae4117b59cb5fc892a31f865f5043e3c /util/Makefile
parentd945359c074b6e290208e70fd7a6085bd973961d (diff)
downloadpttbbs-49ca31c742c68981e0e86892ca645cccb8783bf7.tar
pttbbs-49ca31c742c68981e0e86892ca645cccb8783bf7.tar.gz
pttbbs-49ca31c742c68981e0e86892ca645cccb8783bf7.tar.bz2
pttbbs-49ca31c742c68981e0e86892ca645cccb8783bf7.tar.lz
pttbbs-49ca31c742c68981e0e86892ca645cccb8783bf7.tar.xz
pttbbs-49ca31c742c68981e0e86892ca645cccb8783bf7.tar.zst
pttbbs-49ca31c742c68981e0e86892ca645cccb8783bf7.zip
diskstat
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@744 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/Makefile')
-rw-r--r--util/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile b/util/Makefile
index 3daa4579..6babd188 100644
--- a/util/Makefile
+++ b/util/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.25 2003/03/28 13:39:29 in2 Exp $
+# $Id: Makefile,v 1.26 2003/03/29 08:01:49 in2 Exp $
BBSHOME?=$(HOME)
OSTYPE!=uname
@@ -167,7 +167,7 @@ shmctl: shmctl.c $(OBJS)
$(CC) $(CFLAGS) -o $@ $@.c $(OBJS)
diskstat: diskstat.c
- $(CC) $(CFLAGS) -o diskstat diskstat.c -ldevstat
+ $(CC) $(CFLAGS) -o diskstat diskstat.c -ldevstat -lkvm
install: $(PROGS)
install -d $(BBSHOME)/bin/