head	1.4;
access;
symbols
	V1_6_7:1.4
	V1_6_6:1.4
	V1_6_5:1.4
	V1_6_4:1.4
	V1_6_3:1.4
	V1_6_2:1.4
	V1_6_1:1.3
	V1_6:1.3;
locks; strict;
comment	@# @;


1.4
date	98.11.29.17.21.34;	author vandys;	state Exp;
branches;
next	1.3;

1.3
date	97.04.10.13.00.25;	author vandys;	state Exp;
branches;
next	1.2;

1.2
date	96.11.02.11.39.05;	author vandys;	state Exp;
branches;
next	1.1;

1.1
date	95.09.13.05.18.51;	author vandys;	state Exp;
branches;
next	;


desc
@Makefile
@


1.4
log
@Need -O to make inlines work.  Thanks, gcc.
@
text
@CC=gcc
CFLAGS=-g -O -Wall -DDEBUG
PROGS=proxyd inetdb telnetd

all: $(PROGS)

inetdb: inetdb.o
	rm -f inetdb
	$(CC) $(CFLAGS) -o inetdb inetdb.o

telnetd: telnetd.o
	rm -f telnetd
	$(CC) $(CFLAGS) -o telnetd telnetd.o -lusr

proxyd: proxyd.o
	rm -f proxyd
	$(CC) $(CFLAGS) -o proxyd proxyd.o -lusr

clean:
	rm -f *.o

clobber: clean
	rm -f $(PROGS)
@


1.3
log
@Clear old executable first
@
text
@d2 1
a2 1
CFLAGS=-Wall -DDEBUG
@


1.2
log
@Add proxyd
@
text
@d8 1
d12 1
d16 1
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
CFLAGS=-DDEBUG
PROGS=inetdb telnetd
d12 9
@
