1 1.7 christos # $NetBSD: Makefile,v 1.7 2002/08/01 23:23:07 christos Exp $ 2 1.3 jtc # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.1 cgd PROG= who 5 1.7 christos SRCS= who.c utmpentry.c 6 1.6 christos CPPFLAGS+= -DSUPPORT_UTMPX -DSUPPORT_UTMP 7 1.1 cgd 8 1.1 cgd .include <bsd.prog.mk> 9