diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-12 13:15:51 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-02-12 13:15:51 +0000 |
commit | b1f4da57980d4b1a93867c6163fe2551e76f8bfa (patch) | |
tree | c30e4bae372115d51d747f289feff089644f8271 /sbin/dhclient/Makefile | |
parent | 8fa79650edfb6d1227033653a68a29d232c58f22 (diff) |
Switch from 'legacy' errwarn.c to standard daemon logging functions.
No objections heard. Feedback from millert@ guenther@
Diffstat (limited to 'sbin/dhclient/Makefile')
-rw-r--r-- | sbin/dhclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile index 4a0ed0189c8..274f9c83671 100644 --- a/sbin/dhclient/Makefile +++ b/sbin/dhclient/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2014/11/01 16:51:20 krw Exp $ +# $OpenBSD: Makefile,v 1.17 2017/02/12 13:15:50 krw Exp $ # # Copyright (c) 1996, 1997 The Internet Software Consortium. # All rights reserved. @@ -33,7 +33,7 @@ .include <bsd.own.mk> SRCS= dhclient.c clparse.c dispatch.c bpf.c options.c \ - conflex.c errwarn.c packet.c tables.c \ + conflex.c log.c packet.c tables.c \ parse.c privsep.c kroute.c PROG= dhclient |