diff options
author | 2004-02-23 21:06:26 +0000 | |
---|---|---|
committer | 2004-02-23 21:06:26 +0000 | |
commit | c4f2275f76de7ebe5d32d28174bbdad8e25d4b1f (patch) | |
tree | 76a24daf06d356ceef7143193003638d24e3e76d | |
parent | make sure we don't backwards before buffer (diff) | |
download | wireguard-openbsd-c4f2275f76de7ebe5d32d28174bbdad8e25d4b1f.tar.xz wireguard-openbsd-c4f2275f76de7ebe5d32d28174bbdad8e25d4b1f.zip |
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} |