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
ed9e8cc512
freebsd-dev
/
usr.bin
/
rusers
/
Makefile
10 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
# $FreeBSD$
rusers from FreeBSD 1.1.5.1 Reviewed by: Geoff. Submitted by: John Brezak
1994-08-28 15:06:02 +00:00
PROG
=
rusers
Fix a couple of warnings: 1) Missing include for declaration of time conversion functions. 2) Avoid a couple of alignment warnings on 64 bit arches by memcpying the things pointed to by caddrs into variables of the right type. Bump WARNS to 6 while I'm here.
2004-05-19 21:34:52 +00:00
WARNS
?=
6
rusers from FreeBSD 1.1.5.1 Reviewed by: Geoff. Submitted by: John Brezak
1994-08-28 15:06:02 +00:00
DPADD
=
${
LIBRPCSVC
}
LDADD
=
-lrpcsvc
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink