diff options
author | 2004-02-23 21:09:28 +0000 | |
---|---|---|
committer | 2004-02-23 21:09:28 +0000 | |
commit | 3d3d307a6434c306d754d032a7128e744b8b4d64 (patch) | |
tree | 72a87947148e75ae63a0ba1ff774f11441b4e230 | |
parent | remove security considerations section. this has been fixed. (diff) | |
download | wireguard-openbsd-3d3d307a6434c306d754d032a7128e744b8b4d64.tar.xz wireguard-openbsd-3d3d307a6434c306d754d032a7128e744b8b4d64.zip |
bogus leftover SRCS line
-rw-r--r-- | usr.sbin/procmap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/procmap/Makefile b/usr.sbin/procmap/Makefile index bf7f23d2e47..1a0a9a8437f 100644 --- a/usr.sbin/procmap/Makefile +++ b/usr.sbin/procmap/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2004/02/23 21:07:32 tedu Exp $ +# $OpenBSD: Makefile,v 1.4 2004/02/23 21:09:28 tedu Exp $ PROG= procmap -SRCS= main.c SRCS= procmap.c BINGRP= kmem BINMODE= 2555 |