Home | History | Annotate | Line # | Download | only in w
Makefile revision 1.16.2.1
      1  1.16.2.1  nathanw #	$NetBSD: Makefile,v 1.16.2.1 2002/11/12 20:32:03 nathanw Exp $
      2       1.6      cgd #	@(#)Makefile	8.1 (Berkeley) 6/6/93
      3       1.1      cgd 
      4  1.16.2.1  nathanw .include <bsd.own.mk>
      5  1.16.2.1  nathanw 
      6       1.1      cgd PROG=	w
      7       1.6      cgd SRCS=	fmt.c pr_time.c proc_compare.c w.c
      8       1.7      cgd MAN=	w.1 uptime.1
      9       1.4      cgd DPADD=	${LIBKVM}
     10       1.5      cgd LDADD=	-lkvm
     11       1.1      cgd LINKS=	${BINDIR}/w ${BINDIR}/uptime
     12  1.16.2.1  nathanw CPPFLAGS+= -DSUPPORT_FTPD_UTMP -DSUPPORT_UTMP -DSUPPORT_UTMPX
     13       1.6      cgd 
     14  1.16.2.1  nathanw .PATH: ${NETBSDSRCDIR}/bin/ps
     15       1.1      cgd 
     16       1.1      cgd .include <bsd.prog.mk>
     17