diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 22:58:23 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-06 22:58:23 +0000 |
commit | fa146c53357ea20afd3661d8093ea1db44198d5f (patch) | |
tree | a75604be1743b2dbb3ae09ab3f3275f9f1d33d75 /usr.bin/cut/Makefile | |
parent | 872963ff956b81ce07e442531158371f50388eb4 (diff) | |
download | src-test2-fa146c53357ea20afd3661d8093ea1db44198d5f.tar.gz src-test2-fa146c53357ea20afd3661d8093ea1db44198d5f.zip |
Notes
Diffstat (limited to 'usr.bin/cut/Makefile')
-rw-r--r-- | usr.bin/cut/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile index 19b01009cede..a3467c80ea78 100644 --- a/usr.bin/cut/Makefile +++ b/usr.bin/cut/Makefile @@ -1,5 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= cut +CFLAGS+=-Wall .include <bsd.prog.mk> |