repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel/{hammer2,tmpfs}: Fix ENOTDIR/EISDIR logic.
[dragonfly.git]
/
usr.bin
/
who
/
Makefile
blob
68d3b1d3245f51c033904ad32ad0c3e9bf95c8b7
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/who/Makefile,v 1.3 2007/08/27 16:51:01 pavalos Exp $
3
4
PROG
=
who
5
6
SRCS
+=
who.c utmpentry.c
7
8
CFLAGS
+= -
DSUPPORT_UTMPX
-
DSUPPORT_UTMP
9
10
.
include
<
bsd.prog.mk
>