diff options
Diffstat (limited to 'usr.bin/w/Makefile')
-rw-r--r-- | usr.bin/w/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index 718711bb43b..dbf39d4c261 100644 --- a/usr.bin/w/Makefile +++ b/usr.bin/w/Makefile @@ -1,12 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2001/06/27 06:16:51 art Exp $ +# $OpenBSD: Makefile,v 1.6 2002/06/08 22:57:34 angelos Exp $ PROG= w SRCS= fmt.c pr_time.c proc_compare.c w.c MAN= w.1 uptime.1 DPADD= ${LIBKVM} LDADD= -lkvm -BINGRP= kmem -BINMODE=2555 LINKS= ${BINDIR}/w ${BINDIR}/uptime .PATH: ${.CURDIR}/../../bin/ps |