diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-02-23 21:07:33 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-02-23 21:07:33 +0000 |
commit | 9069b1fe72f7dd5e0938362eadf0de14b6a46c6e (patch) | |
tree | ff0379f49911876baf6424a33b6674ff571408e6 /usr.sbin/procmap/Makefile | |
parent | d690375bcc9c23b39c2faf59138d7d39eaa7e62e (diff) |
supposed to use cflags, oops
Diffstat (limited to 'usr.sbin/procmap/Makefile')
-rw-r--r-- | usr.sbin/procmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/procmap/Makefile b/usr.sbin/procmap/Makefile index 5873da84a22..bf7f23d2e47 100644 --- a/usr.sbin/procmap/Makefile +++ b/usr.sbin/procmap/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2004/02/23 21:06:26 tedu Exp $ +# $OpenBSD: Makefile,v 1.3 2004/02/23 21:07:32 tedu Exp $ PROG= procmap SRCS= main.c SRCS= procmap.c BINGRP= kmem BINMODE= 2555 -COPTS= -Wall +CFLAGS+= -Wall LDADD= -lkvm DPADD= ${LIBKVM} |