diff options
Diffstat (limited to 'usr.bin/apply/Makefile')
-rw-r--r-- | usr.bin/apply/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile index 05823eaaa3014..59f358ed5292c 100644 --- a/usr.bin/apply/Makefile +++ b/usr.bin/apply/Makefile @@ -1,6 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= apply -CFLAGS+=-Wall .include <bsd.prog.mk> |