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
d6cab84130
freebsd-dev
/
usr.sbin
/
setextattr
/
Makefile
7 lines
86 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$
PROG
=
setextattr
o Update getextattr and setextattr utilities to take into account the revised EA interface with explicit namespacing. Link against libutil to provide string/constant conversion for namespaces. Document revised interface. Obtained from: TrustedBSD Project
2001-03-15 03:09:48 +00:00
LDADD
=
${
LIBUTIL
}
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
CFLAGS
+=
-Wall
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink