Turn LOCALHACK off by default (whoops!)
Noticed-By: Atsushi Murai <amurai@spec.co.jp>
This commit is contained in:
parent
24b3bdfe8d
commit
1d3a9347a0
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.6 1996/03/04 10:38:41 ache Exp $
|
||||
# $Id: Makefile,v 1.7 1996/10/06 13:32:26 jkh Exp $
|
||||
|
||||
PROG= ppp
|
||||
SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.c \
|
||||
@ -6,7 +6,7 @@ SRCS= async.c auth.c ccp.c chap.c chat.c command.c filter.c fsm.c hdlc.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
|
||||
CFLAGS += -Wall -DUSE_PERROR -DMSEXT -DPASSWDAUTH # -DLOCALHACK
|
||||
LDADD += -lmd -lcrypt -lutil
|
||||
DPADD += ${LIBMD}
|
||||
MAN8= ppp.8
|
||||
|
Loading…
Reference in New Issue
Block a user