repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
usr.bin
/
who
/
Makefile
blob
347ba538c50eb63b0ea1e16e676d85fa3c27aabb
1
# $NetBSD: Makefile,v 1.9 2009/04/14 22:15:29 lukem 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
>