1 1.7 christos # $NetBSD: Makefile,v 1.7 2004/11/19 21:41:25 christos Exp $ 2 1.3 jtc # @(#)Makefile 8.1 (Berkeley) 6/6/93 3 1.1 cgd 4 1.1 cgd PROG= last 5 1.6 christos CPPFLAGS+=-DSUPPORT_UTMPX -DSUPPORT_UTMP 6 1.1 cgd 7 1.7 christos LDADD=-lutil 8 1.7 christos DPADD=${LIBUTIL} 9 1.7 christos 10 1.1 cgd .include <bsd.prog.mk> 11