8 lines
175 B
Makefile
8 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/07/28 21:46:34 christos Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= who
|
|
CPPFLAGS+= -DSUPPORT_UTMPX -DSUPPORT_UTMP
|
|
|
|
.include <bsd.prog.mk>
|