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.sbin/rbootd/Makefile | |
parent | 4b86387315e97ad077e3d264a3c475018c0e98bf (diff) |
remove util.h include and -lutil after pidfile removal
ok deraadt
Diffstat (limited to 'usr.sbin/rbootd/Makefile')
-rw-r--r-- | usr.sbin/rbootd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rbootd/Makefile b/usr.sbin/rbootd/Makefile index 11361492ec6..a2fb6cb235f 100644 --- a/usr.sbin/rbootd/Makefile +++ b/usr.sbin/rbootd/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2001/12/01 23:27:23 miod Exp $ +# $OpenBSD: Makefile,v 1.4 2015/10/26 10:08:14 jung Exp $ PROG= rbootd SRCS= bpf.c conf.c parseconf.c rbootd.c rmpproto.c utils.c MAN= rbootd.8 -LDADD+= -lutil DPADD+= ${LIBUTIL} .include <bsd.prog.mk> |