This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
bin
/
chmod
/
Makefile
8 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
BSD 4.4 Lite bin Sources
1994-05-26 06:18:55 +00:00
# @(#)Makefile 8.1 (Berkeley) 5/31/93
$Id$ -> $FreeBSD$
1999-08-27 23:15:48 +00:00
# $FreeBSD$
BSD 4.4 Lite bin Sources
1994-05-26 06:18:55 +00:00
PROG
=
chmod
Set WFORMAT=0, because our compiler currently complains about NULL arg 2 to err() and friends, and warnings are promoted to errors. This allows the following revisions to be reverted: rev 1.39 src/bin/cp/cp.c rev 1.26 src/bin/chmod/chmod.c rev 1.40 src/bin/rm/rm.c The following revisions can already be reverted, because they were already covered by WFORMAT=0: rev 1.8 src/bin/ls/lomac.c rev 1.63 src/bin/ls/ls.c rev 1.8 src/bin/ps/lomac.c rev 1.34 src/bin/rcp/rcp.c
2002-07-11 08:45:38 +00:00
WFORMAT
=
0
BSD 4.4 Lite bin Sources
1994-05-26 06:18:55 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink