Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/patch/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/usr.bin/patch/Makefile 2002/03/11 18:47:51 1.7 +++ src/usr.bin/patch/Makefile 2007/10/14 04:54:34 1.8 @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2002/03/11 18:47:51 kristerw Exp $ +# $NetBSD: Makefile,v 1.8 2007/10/14 04:54:34 lukem Exp $ PROG= patch SRCS= patch.c pch.c inp.c version.c util.c backupfile.c +DPADD+= ${LIBUTIL} +LDADD+= -lutil + .include