summaryrefslogtreecommitdiff
path: root/usr.bin/cap_mkdb
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-07-09 21:23:20 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-07-09 21:23:20 +0000
commitd208bdcfc23a3d19c9a025bd734769a6216caa04 (patch)
tree8aa676b95e1a16c0588bc408f50289919fc6683f /usr.bin/cap_mkdb
parent9fe42201171d59ce3d52cc2f4a43bb7fc89e600e (diff)
remove redundant variable declarations in Makefiles, since those are
the default. okay millert@
Diffstat (limited to 'usr.bin/cap_mkdb')
-rw-r--r--usr.bin/cap_mkdb/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile
index 63ce2f5b974..9e93c6dbdd3 100644
--- a/usr.bin/cap_mkdb/Makefile
+++ b/usr.bin/cap_mkdb/Makefile
@@ -1,6 +1,5 @@
-# $OpenBSD: Makefile,v 1.5 2015/12/04 13:58:09 nicm Exp $
+# $OpenBSD: Makefile,v 1.6 2017/07/09 21:23:19 espie Exp $
PROG= cap_mkdb
-SRCS= cap_mkdb.c
.include <bsd.prog.mk>