1 # $Id: Makefile.bsd,v 1.16 2002/05/21 17:26:48 dfs Exp $
4 # -D_BITYPES is for FreeBSD, which doesn't define anything to
5 # tell us that u_int32_t gets defined if <sys/types.h> is included.
6 # Remove for older *BSD systems for which this isn't true.
7 CFLAGS+= -g -I../include -DHAVE_PATHS_H -D_BITYPES
10 SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
11 ecp.c demand.c auth.c options.c utils.c sys-bsd.c
18 DPADD= ${LIBCRYPT} ${LIBUTIL}
20 .include <bsd.prog.mk>