Deleted Added
full compact
Makefile (87147) Makefile (96513)
1# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
1# From: @(#)Makefile 8.2 (Berkeley) 12/15/93
2# $FreeBSD: head/lib/libtelnet/Makefile 87147 2001-11-30 21:34:51Z markm $
2# $FreeBSD: head/lib/libtelnet/Makefile 96513 2002-05-13 11:09:07Z ru $
3
4LIB= telnet
5
6INTERNALLIB= yes
3
4LIB= telnet
5
6INTERNALLIB= yes
7INTERNALSTATICLIB=yes
8NOPIC= yes
9
10SRCS= genget.c getent.c misc.c
11
12WARNS?= 2
13
14unifdef:
15 -cd ${.CURDIR} ; \
16 ( for i in *.[ch] ; do \

--- 19 unchanged lines hidden ---
7
8SRCS= genget.c getent.c misc.c
9
10WARNS?= 2
11
12unifdef:
13 -cd ${.CURDIR} ; \
14 ( for i in *.[ch] ; do \

--- 19 unchanged lines hidden ---