mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
d8e55738a0
on their own without even attempting to get concensus in the IETF, but there are also lots of Win95/NT boxes out there. CLoses PR#1494 Submitted-By: Peter Childs <pjchilds@imforei.apana.org.au>
19 lines
553 B
Makefile
19 lines
553 B
Makefile
# $Id: Makefile,v 1.6 1996/03/04 10:38:41 ache Exp $
|
|
|
|
PROG= ppp
|
|
SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
|
|
ip.c ipcp.c lcp.c lqr.c log.c main.c mbuf.c modem.c os.c \
|
|
pap.c pred.c route.c slcompress.c timer.c systems.c uucplock.c vars.c \
|
|
vjcomp.c arp.c passwdauth.c
|
|
#CFLAGS+= -DHAVE_SHELL_CMD_WITH_ANY_MODE
|
|
CFLAGS += -Wall -DUSE_PERROR -DMSEXT -DPASSWDAUTH -DLOCALHACK
|
|
LDADD += -lmd -lcrypt -lutil
|
|
DPADD += ${LIBMD}
|
|
MAN8= ppp.8
|
|
BINMODE=4555
|
|
BINOWN= root
|
|
|
|
.PATH: ${.CURDIR}/../../sbin/startslip
|
|
|
|
.include <bsd.prog.mk>
|