summaryrefslogtreecommitdiff
path: root/usr.bin/lastcomm/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 02:56:45 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-12-14 02:56:45 +0000
commitd92d1f35ac3c4517a1fcbeed0cc54d1484a15cd3 (patch)
treebe9708ddbf839feb2ddf4534dd0d785b7d48c1d4 /usr.bin/lastcomm/Makefile
parent010830167f1579c5d713419f43c422770cb095b7 (diff)
from netbsd; also print elapsed time
Diffstat (limited to 'usr.bin/lastcomm/Makefile')
-rw-r--r--usr.bin/lastcomm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/lastcomm/Makefile b/usr.bin/lastcomm/Makefile
index 5c174f74b55..1d6120284b8 100644
--- a/usr.bin/lastcomm/Makefile
+++ b/usr.bin/lastcomm/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.4 1994/12/22 01:06:58 jtc Exp $
+# $NetBSD: Makefile,v 1.5 1995/10/22 01:43:40 ghudson Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= lastcomm
+DPADD= ${LIBMATH}
+LDADD= -lm
.include <bsd.prog.mk>