stop building unused dhclient
authorkn <kn@openbsd.org>
Tue, 25 Jul 2023 14:51:38 +0000 (14:51 +0000)
committerkn <kn@openbsd.org>
Tue, 25 Jul 2023 14:51:38 +0000 (14:51 +0000)
replaced by dhcpleased in 2021, no install media ships dhclient anymore.

OK florian

distrib/special/Makefile
distrib/special/dhclient/Makefile [deleted file]

index 787f6d1..738cb6c 100644 (file)
@@ -1,7 +1,7 @@
-#      $OpenBSD: Makefile,v 1.47 2021/05/19 17:25:10 deraadt Exp $
+#      $OpenBSD: Makefile,v 1.48 2023/07/25 14:51:38 kn Exp $
 
 SUBDIR=        libstubs \
-       arch bioctl cat chmod chroot cp date dd df dhclient dhcpleased disklabel \
+       arch bioctl cat chmod chroot cp date dd df dhcpleased disklabel \
        dmesg doas ed eeprom encrypt fdisk fsck fsck_ext2fs fsck_ffs fsck_msdos ftp \
        ftp-ssl grep growfs gzip hostname ifconfig init installboot kbd ksh ln \
        ls md5 mkdir mknod mkuboot more mount mount_cd9660 mount_ext2fs \
diff --git a/distrib/special/dhclient/Makefile b/distrib/special/dhclient/Makefile
deleted file mode 100644 (file)
index a54f314..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#      $OpenBSD: Makefile,v 1.17 2019/11/11 05:39:04 deraadt Exp $
-
-.include <bsd.own.mk>
-
-.PATH: ${.CURDIR}/../../../sbin/dhclient
-
-CPPFLAGS+= -I${.CURDIR}/../../../sbin/dhclient
-SRCS=  dhclient.c clparse.c dispatch.c bpf.c options.c \
-       conflex.c log.c kroute.c packet.c \
-       parse.c privsep.c
-PROG=  dhclient
-LDADD+=        -lutil
-DPADD+= ${LIBUTIL}
-
-.include <bsd.prog.mk>
-.include <bsd.subdir.mk>