summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-27 04:38:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-27 04:38:37 +0000
commitd9d2cb85c1b4354ae4eac827dd26f21e67aa15cf (patch)
treeacaf2ce364b5a73aa41c2699f03119fd26d87d3f /usr.bin/sdiff/Makefile
parentf64db0fd960819d590696bbcd652b0e4e782bbb5 (diff)
add DPADD
Diffstat (limited to 'usr.bin/sdiff/Makefile')
-rw-r--r--usr.bin/sdiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sdiff/Makefile b/usr.bin/sdiff/Makefile
index 71e86ae6dbb..c19376075d0 100644
--- a/usr.bin/sdiff/Makefile
+++ b/usr.bin/sdiff/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 2005/12/27 04:04:56 tedu Exp $
+# $OpenBSD: Makefile,v 1.2 2005/12/27 04:38:36 deraadt Exp $
PROG=sdiff
SRCS=edit.c sdiff.c
COPTS+=-Wall
LDADD+= -lutil
+DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>