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/gencat/Makefile | |
parent | 9fe42201171d59ce3d52cc2f4a43bb7fc89e600e (diff) |
remove redundant variable declarations in Makefiles, since those are
the default.
okay millert@
Diffstat (limited to 'usr.bin/gencat/Makefile')
-rw-r--r-- | usr.bin/gencat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index 2adb7e9e0e2..39b43026a56 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.5 1997/09/21 11:49:10 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2017/07/09 21:23:19 espie Exp $ PROG= gencat -MAN= gencat.1 .include <bsd.prog.mk> |