NetBSD/usr.sbin/pppd/Makefile
paulus 44c91c8e53 Several enhancements and bug-fixes to the PPP daemon, including new
support for demand dialling, packet filtering, idle timeout, multiple
packet compression schemes (including PPP Deflate), and a limit on
connect time.
1996-03-15 03:03:34 +00:00

18 lines
464 B
Makefile

# $Id: Makefile,v 1.9 1996/03/15 03:03:34 paulus Exp $
PROG= pppd
SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \
auth.c options.c sys-bsd.c demand.c gencode.c grammar.c scanner.c \
nametoaddr.c optimize.c bpf_filter.c
.PATH: ${.CURDIR}/../../lib/libpcap ${.CURDIR}/../../sys/net
MAN= pppd.8
SUBDIR= pppstats chat
BINMODE=4555
BINOWN= root
LDADD= -lcrypt -lutil
DPADD= ${LIBCRYPT} ${LIBUTIL}
CFLAGS+= -DHAVE_PATHS_H
.include <bsd.prog.mk>