diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-07-15 12:08:21 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-07-15 12:08:21 +0000 |
commit | eaeed7f0ff114a17b4e2af8568892a67f4058d25 (patch) | |
tree | 1752f16e058aa45c286ac92709b8ce6c83e19ad0 /bin/chmod | |
parent | 5b0288dd0c25198f4e6444a48233cf5dfea165c7 (diff) | |
download | FreeBSD-src-eaeed7f0ff114a17b4e2af8568892a67f4058d25.zip FreeBSD-src-eaeed7f0ff114a17b4e2af8568892a67f4058d25.tar.gz |
Revert previous delta, which is not required with rev 1.5 of
src/contrib/gcc/c-format.c .
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 34203ff..71006d0 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= chmod -WFORMAT=0 .include <bsd.prog.mk> |