summaryrefslogtreecommitdiff
path: root/sbin
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 /sbin
parent9fe42201171d59ce3d52cc2f4a43bb7fc89e600e (diff)
remove redundant variable declarations in Makefiles, since those are
the default. okay millert@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/atactl/Makefile4
-rw-r--r--sbin/bioctl/Makefile3
-rw-r--r--sbin/growfs/Makefile3
-rw-r--r--sbin/mount/Makefile3
-rw-r--r--sbin/mount_vnd/Makefile3
-rw-r--r--sbin/scan_ffs/Makefile3
6 files changed, 6 insertions, 13 deletions
diff --git a/sbin/atactl/Makefile b/sbin/atactl/Makefile
index d04a4ccdf40..2f49ebf9a6e 100644
--- a/sbin/atactl/Makefile
+++ b/sbin/atactl/Makefile
@@ -1,8 +1,6 @@
-# $OpenBSD: Makefile,v 1.1 1999/09/21 04:58:14 csapuntz Exp $
+# $OpenBSD: Makefile,v 1.2 2017/07/09 21:23:19 espie Exp $
# $NetBSD: Makefile,v 1.1 1998/11/19 23:54:59 kenh Exp $
-SRCS= atactl.c
-
PROG= atactl
MAN= atactl.8
diff --git a/sbin/bioctl/Makefile b/sbin/bioctl/Makefile
index 11cdf6b97ce..247ac2a63f2 100644
--- a/sbin/bioctl/Makefile
+++ b/sbin/bioctl/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.13 2014/01/18 05:54:51 martynas Exp $
+# $OpenBSD: Makefile,v 1.14 2017/07/09 21:23:19 espie Exp $
PROG= bioctl
-SRCS= bioctl.c
LDADD= -lutil
DPADD= ${LIBUTIL}
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 0344868ab6e..2c50fb22cd3 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -2,11 +2,10 @@
#
# $TSHeader: src/sbin/growfs/Makefile,v 1.4 2000/12/05 19:45:24 tomsoft Exp $
# $FreeBSD: src/sbin/growfs/Makefile,v 1.4 2001/12/04 02:19:47 obrien Exp $
-# $OpenBSD: Makefile,v 1.8 2015/11/23 18:35:18 mmcc Exp $
+# $OpenBSD: Makefile,v 1.9 2017/07/09 21:23:19 espie Exp $
#
PROG= growfs
-SRCS= growfs.c
MAN= growfs.8
#CFLAGS+=-Wall
diff --git a/sbin/mount/Makefile b/sbin/mount/Makefile
index ba13adedb09..1cc966ea4a5 100644
--- a/sbin/mount/Makefile
+++ b/sbin/mount/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.7 2014/07/14 06:39:23 jmc Exp $
+# $OpenBSD: Makefile,v 1.8 2017/07/09 21:23:19 espie Exp $
PROG= mount
-SRCS= mount.c
DPADD= ${LIBUTIL}
LDADD= -lutil
MAN= mount.8
diff --git a/sbin/mount_vnd/Makefile b/sbin/mount_vnd/Makefile
index c49ebd35937..6955c74d652 100644
--- a/sbin/mount_vnd/Makefile
+++ b/sbin/mount_vnd/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.9 2016/03/30 06:38:43 jmc Exp $
+# $OpenBSD: Makefile,v 1.10 2017/07/09 21:23:19 espie Exp $
PROG= mount_vnd
-SRCS= mount_vnd.c
LDADD= -lutil
DPADD= ${LIBUTIL}
diff --git a/sbin/scan_ffs/Makefile b/sbin/scan_ffs/Makefile
index b97efad106e..024ac70fbf9 100644
--- a/sbin/scan_ffs/Makefile
+++ b/sbin/scan_ffs/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.2 1998/02/05 17:15:51 weingart Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/09 21:23:19 espie Exp $
PROG= scan_ffs
-SRCS= scan_ffs.c
DPADD= ${LIBUTIL}
LDADD= -lutil