This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
91ca1a918f
freebsd-dev
/
usr.sbin
/
getextattr
/
Makefile
9 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
Code compiles and installs 100% better if included in the Makefile. Suggested by: Voices in my head.
2000-04-16 23:57:02 +00:00
# $FreeBSD$
Fix LDADD and add missing DPADD.
2001-03-27 16:45:16 +00:00
Code compiles and installs 100% better if included in the Makefile. Suggested by: Voices in my head.
2000-04-16 23:57:02 +00:00
PROG
=
getextattr
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
MAN
=
getextattr.8
Perform a major cleanup of the usr.sbin Makefiles. These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
WARNS=2 and style(9) cleanup: o prototype usage() o move BUFSIZE define above the functions o nuke externs that are defined in unistd.h Approved by: rwatson Obtained from: TrustedBSD Project
2001-12-04 03:28:31 +00:00
WARNS
?=
2
Code compiles and installs 100% better if included in the Makefile. Suggested by: Voices in my head.
2000-04-16 23:57:02 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink