summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2004-02-23 21:09:28 +0000
committertedu <tedu@openbsd.org>2004-02-23 21:09:28 +0000
commit3d3d307a6434c306d754d032a7128e744b8b4d64 (patch)
tree72a87947148e75ae63a0ba1ff774f11441b4e230
parentremove security considerations section. this has been fixed. (diff)
downloadwireguard-openbsd-3d3d307a6434c306d754d032a7128e744b8b4d64.tar.xz
wireguard-openbsd-3d3d307a6434c306d754d032a7128e744b8b4d64.zip
bogus leftover SRCS line
-rw-r--r--usr.sbin/procmap/Makefile3
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