diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-02-23 21:06:27 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-02-23 21:06:27 +0000 |
commit | c5bfcd521f59cab8669592f0c298d61e1f87f246 (patch) | |
tree | 7333cbe5f1c209282e8aefbeddb7499099734a3a | |
parent | cb8993229c78f5a3b0dec134d04f66d29995ef04 (diff) |
Wall
-rw-r--r-- | usr.sbin/procmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/procmap/Makefile b/usr.sbin/procmap/Makefile index e02c1e6a609..5873da84a22 100644 --- a/usr.sbin/procmap/Makefile +++ b/usr.sbin/procmap/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2004/02/16 08:54:34 tedu Exp $ +# $OpenBSD: Makefile,v 1.2 2004/02/23 21:06:26 tedu Exp $ PROG= procmap SRCS= main.c SRCS= procmap.c BINGRP= kmem BINMODE= 2555 +COPTS= -Wall LDADD= -lkvm DPADD= ${LIBKVM} |