6ff4ec180d
/dev/null as the default kernel and /dev/mem filenames, but still allow the usual overrides)
16 lines
268 B
Makefile
16 lines
268 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= w
|
|
SRCS= fmt.c pr_time.c proc_compare.c w.c
|
|
MAN1= w.1 uptime.1
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
#BINGRP= kmem
|
|
#BINMODE=2555
|
|
LINKS= ${BINDIR}/w ${BINDIR}/uptime
|
|
|
|
.PATH: ${.CURDIR}/../../bin/ps
|
|
|
|
.include <bsd.prog.mk>
|