minor cleanups, especially DPADD
authorderaadt <deraadt@openbsd.org>
Tue, 2 Jul 2024 16:18:11 +0000 (16:18 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 2 Jul 2024 16:18:11 +0000 (16:18 +0000)
usr.sbin/radiusd/Makefile
usr.sbin/radiusd/Makefile.inc
usr.sbin/radiusd/radiusd_bsdauth/Makefile
usr.sbin/radiusd/radiusd_radius/Makefile
usr.sbin/radiusd/radiusd_standard/Makefile

index cdfb12a..437b7e2 100644 (file)
@@ -1,4 +1,5 @@
-#      $OpenBSD: Makefile,v 1.2 2023/09/08 05:56:22 yasuoka Exp $
+#      $OpenBSD: Makefile,v 1.3 2024/07/02 16:18:11 deraadt Exp $
+
 SUBDIR=                radiusd
 SUBDIR+=       radiusd_bsdauth
 SUBDIR+=       radiusd_radius
index e8a60d7..d5d2462 100644 (file)
@@ -1,4 +1,5 @@
-#      $OpenBSD: Makefile.inc,v 1.2 2017/02/21 05:17:48 yasuoka Exp $
+#      $OpenBSD: Makefile.inc,v 1.3 2024/07/02 16:18:11 deraadt Exp $
+
 .PATH:         ${.CURDIR}/..
 CFLAGS+=       -I${.CURDIR}/..
 CFLAGS+=       -Wall -Wextra -Wshadow -Wno-unused-parameter
index 008f6f4..41a87b3 100644 (file)
@@ -1,4 +1,5 @@
-#      $OpenBSD: Makefile,v 1.3 2024/07/02 00:00:12 yasuoka Exp $
+#      $OpenBSD: Makefile,v 1.4 2024/07/02 16:18:11 deraadt Exp $
+
 PROG=          radiusd_bsdauth
 BINDIR=                /usr/libexec/radiusd
 SRCS=          radiusd_bsdauth.c radiusd_module.c imsg_subr.c
index cd6d973..d77c2c3 100644 (file)
@@ -1,4 +1,5 @@
-#      $OpenBSD: Makefile,v 1.3 2024/07/02 00:00:12 yasuoka Exp $
+#      $OpenBSD: Makefile,v 1.4 2024/07/02 16:18:11 deraadt Exp $
+
 PROG=          radiusd_radius
 BINDIR=                /usr/libexec/radiusd
 SRCS=          radiusd_radius.c radiusd_module.c util.c imsg_subr.c log.c
index d873dc2..bccdc36 100644 (file)
@@ -1,8 +1,10 @@
-#      $OpenBSD: Makefile,v 1.2 2024/07/02 00:00:12 yasuoka Exp $
+
+#      $OpenBSD: Makefile,v 1.3 2024/07/02 16:18:11 deraadt Exp $
 PROG=          radiusd_standard
 BINDIR=                /usr/libexec/radiusd
 SRCS=          radiusd_standard.c radiusd_module.c
-LDADD=         -lutil -lradius -lcrypto
+LDADD=         -lradius -lcrypto -lutil
+DPADD=         ${LIBRADIUS} ${LIBCRYPTO} ${LIBUTIL} 
 MAN=           radiusd_standard.8
 
 .include <bsd.prog.mk>