xref: /freebsd/usr.bin/w/Makefile (revision 81ad6265)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	w
5SRCS=	fmt.c pr_time.c proc_compare.c w.c
6MAN=	w.1 uptime.1
7LIBADD=	kvm sbuf xo util
8LINKS=	${BINDIR}/w ${BINDIR}/uptime
9
10.PATH: ${SRCTOP}/bin/ps
11
12.include <bsd.prog.mk>
13