summaryrefslogtreecommitdiff
path: root/usr.sbin/grfinfo/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-09-06 22:08:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-09-06 22:08:37 +0000
commit4f07a0a92e73f3b1f2d99e6ce0376a4ab33ca3cc (patch)
tree808be54a4d956abd6bcacfd3bb7cd37e01b8a9e8 /usr.sbin/grfinfo/Makefile
parentcd2336fdcaa71a5a4b0c26285906c5096028d13f (diff)
Modernize the same way as hilinfo: use opendev, clean the dust, etc.
Diffstat (limited to 'usr.sbin/grfinfo/Makefile')
-rw-r--r--usr.sbin/grfinfo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/grfinfo/Makefile b/usr.sbin/grfinfo/Makefile
index 0ee7205cc72..f2b7ac72549 100644
--- a/usr.sbin/grfinfo/Makefile
+++ b/usr.sbin/grfinfo/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 2000/05/18 16:46:38 espie Exp $
+# $OpenBSD: Makefile,v 1.5 2002/09/06 22:08:36 miod Exp $
.if ${MACHINE} == "hp300"
PROG= grfinfo
CFLAGS+= -I${.CURDIR}/../../sys/arch/hp300
+DPADD= ${LIBUTIL}
+LDADD= -lutil
.else
NOPROG=yes
.endif