repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
who
/
Makefile
blob
82e36c698bbb418cf314c89cdb4243b0a2d145d6
1
# $NetBSD: Makefile,v 1.8 2005/06/26 17:10:28 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
who
5
SRCS
=
who.c utmpentry.c
6
CPPFLAGS
+= -
DSUPPORT_UTMPX
-
DSUPPORT_UTMP
7
8
.
include
<
bsd.prog.mk
>