minor repairs
authorderaadt <deraadt@openbsd.org>
Wed, 17 Jul 2024 11:20:24 +0000 (11:20 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 17 Jul 2024 11:20:24 +0000 (11:20 +0000)
usr.sbin/radiusd/radiusd/Makefile
usr.sbin/radiusd/radiusd_eap2mschap/Makefile
usr.sbin/radiusd/radiusd_standard/Makefile

index e2cf0be..d331d85 100644 (file)
@@ -1,4 +1,5 @@
-#      $OpenBSD: Makefile,v 1.3 2024/07/14 15:31:49 yasuoka Exp $
+#      $OpenBSD: Makefile,v 1.4 2024/07/17 11:20:24 deraadt Exp $
+
 PROG=          radiusd
 BINDIR=                /usr/sbin
 MAN=           radiusd.8 radiusd.conf.5
index 4267c7e..701564f 100644 (file)
@@ -1,4 +1,5 @@
-#      $OpenBSD: Makefile,v 1.1 2024/07/14 16:09:23 yasuoka Exp $
+#      $OpenBSD: Makefile,v 1.2 2024/07/17 11:20:24 deraadt Exp $
+
 PROG=          radiusd_eap2mschap
 BINDIR=                /usr/libexec/radiusd
 SRCS=          radiusd_eap2mschap.c radiusd_module.c radius_subr.c log.c
index bccdc36..e720296 100644 (file)
@@ -1,10 +1,10 @@
+#      $OpenBSD: Makefile,v 1.4 2024/07/17 11:20:24 deraadt 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=         -lradius -lcrypto -lutil
-DPADD=         ${LIBRADIUS} ${LIBCRYPTO} ${LIBUTIL} 
+DPADD=         ${LIBRADIUS} ${LIBCRYPTO} ${LIBUTIL}
 MAN=           radiusd_standard.8
 
 .include <bsd.prog.mk>