Deleted Added
full compact
Makefile (2315) Makefile (10394)
1#
2# Copyright (c) 1990 The Regents of the University of California.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 21 unchanged lines hidden (view full) ---

30# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31# SUCH DAMAGE.
32#
33# @(#)Makefile 8.1 (Berkeley) 6/6/93
34#
35
36PROG= telnet
37
1#
2# Copyright (c) 1990 The Regents of the University of California.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 21 unchanged lines hidden (view full) ---

30# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31# SUCH DAMAGE.
32#
33# @(#)Makefile 8.1 (Berkeley) 6/6/93
34#
35
36PROG= telnet
37
38CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
38CFLAGS+=-DTERMCAP -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
39CFLAGS+=-DENV_HACK
40CFLAGS+=-I${.CURDIR}/../../lib
41
42#CFLAGS+= -DKRB4
43
44LDADD= -ltermcap -ltelnet
45#LDADD+= -lkrb -ldes
46DPADD= ${LIBTERMCAP}

--- 13 unchanged lines hidden ---
39CFLAGS+=-DENV_HACK
40CFLAGS+=-I${.CURDIR}/../../lib
41
42#CFLAGS+= -DKRB4
43
44LDADD= -ltermcap -ltelnet
45#LDADD+= -lkrb -ldes
46DPADD= ${LIBTERMCAP}

--- 13 unchanged lines hidden ---