[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / ifconfig

File: [local] / src / sbin / ifconfig / Makefile (download)

Revision 1.17, Mon Jun 22 02:08:43 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.16: +2 -2 lines

use (undocumented) base64 code in libc instead of libcrypto.

naddy gave me a pointer in the right direction
ok millert@ deraadt@
looks good to matt dunwoodie

#	$OpenBSD: Makefile,v 1.17 2020/06/22 02:08:43 dlg Exp $

PROG=	ifconfig
SRCS=	ifconfig.c brconfig.c sff.c
MAN=	ifconfig.8

LDADD=	-lutil -lm
DPADD=	${LIBUTIL}

.include <bsd.prog.mk>