This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dacff75286
freebsd-nq
/
usr.bin
/
apply
/
Makefile
8 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
2001-12-10 21:13:08 +00:00
# $FreeBSD$
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00
PROG
=
apply
WARNS=4
2002-07-14 18:23:22 +00:00
WARNS
?=
4
This passes WARNS=2 on alpha and i386
2001-05-20 06:15:09 +00:00
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink