1 # $FreeBSD: src/usr.sbin/pppd/Makefile,v 1.19.2.2 2001/08/19 03:32:43 kris Exp $
2 # $DragonFly: src/usr.sbin/pppd/Makefile,v 1.6 2005/09/06 18:55:48 dillon Exp $
4 CFLAGS
+= -DHAVE_PATHS_H
7 SRCS
= main.c magic.c fsm.c lcp.c ipcp.c ipxcp.c upap.c chap.c ccp.c \
8 demand.c auth.c options.c sys-bsd.c
15 LDADD
= -lcrypt
-lutil
-lmd
16 DPADD
= ${LIBCRYPT} ${LIBUTIL} ${LIBMD}
18 # Support SPX/IPX - not quite ready
22 # Callback Control Protocol
23 CFLAGS
+=-DCBCP_SUPPORT
31 # MS-CHAP support. Requires the DES library.
32 .if exists
(${.CURDIR
}/..
/..
/secure
) && !defined
(NO_CRYPT
) && !defined
(NO_OPENSSL
)
39 .
include <bsd.prog.mk
>