diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-07-09 21:23:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-07-09 21:23:20 +0000 |
commit | d208bdcfc23a3d19c9a025bd734769a6216caa04 (patch) | |
tree | 8aa676b95e1a16c0588bc408f50289919fc6683f /usr.bin/pkill | |
parent | 9fe42201171d59ce3d52cc2f4a43bb7fc89e600e (diff) |
remove redundant variable declarations in Makefiles, since those are
the default.
okay millert@
Diffstat (limited to 'usr.bin/pkill')
-rw-r--r-- | usr.bin/pkill/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/pkill/Makefile b/usr.bin/pkill/Makefile index 36d4a5f90e3..e504cff5f5a 100644 --- a/usr.bin/pkill/Makefile +++ b/usr.bin/pkill/Makefile @@ -1,9 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2016/03/30 06:38:46 jmc Exp $ +# $OpenBSD: Makefile,v 1.3 2017/07/09 21:23:19 espie Exp $ # $NetBSD: Makefile,v 1.1 2002/03/01 11:21:58 ad Exp $ PROG= pkill -SRCS= pkill.c -MAN= pkill.1 LDADD+= -lkvm DPADD+= ${LIBKVM} |