Home | History | Annotate | Line # | Download | only in who
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2005/06/26 17:10:28 christos Exp $
      2  1.3       jtc #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3  1.1       cgd 
      4  1.8  christos WARNS=	3
      5  1.1       cgd PROG=	who
      6  1.7  christos SRCS=	who.c utmpentry.c
      7  1.6  christos CPPFLAGS+=	-DSUPPORT_UTMPX -DSUPPORT_UTMP
      8  1.1       cgd 
      9  1.1       cgd .include <bsd.prog.mk>
     10