diff options
author | Joerg Jung <jung@cvs.openbsd.org> | 2015-10-26 10:08:16 +0000 |
---|---|---|
committer | Joerg Jung <jung@cvs.openbsd.org> | 2015-10-26 10:08:16 +0000 |
commit | df03a21418dab281be1c9d44eb299096dadb1398 (patch) | |
tree | c0e3338ee60e073861317e6e871a59f6741ec081 /usr.bin/usbhidaction/Makefile | |
parent | 4b86387315e97ad077e3d264a3c475018c0e98bf (diff) |
remove util.h include and -lutil after pidfile removal
ok deraadt
Diffstat (limited to 'usr.bin/usbhidaction/Makefile')
-rw-r--r-- | usr.bin/usbhidaction/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/usbhidaction/Makefile b/usr.bin/usbhidaction/Makefile index 1ce2fe8b7ad..c23b5320cae 100644 --- a/usr.bin/usbhidaction/Makefile +++ b/usr.bin/usbhidaction/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2002/05/10 00:09:17 nate Exp $ +# $OpenBSD: Makefile,v 1.2 2015/10/26 10:08:14 jung Exp $ # $NetBSD: Makefile,v 1.4 2002/02/02 16:54:26 veego Exp $ PROG= usbhidaction SRCS= usbhidaction.c -LDADD+= -lusbhid -lutil +LDADD+= -lusbhid DPADD+= ${LIBUSBHID} ${LIBUTIL} .include <bsd.prog.mk> |