head	1.10;
access;
symbols
	V1_6_7:1.10
	V1_6_6:1.10
	V1_6_5:1.10
	V1_6_4:1.10
	V1_6_3:1.10
	V1_6_2:1.9
	V1_6_1:1.7
	V1_5_1:1.6;
locks; strict;
comment	@# @;


1.10
date	2000.03.23.14.48.00;	author vandys;	state Exp;
branches;
next	1.9;

1.9
date	98.12.01.21.03.50;	author vandys;	state Exp;
branches;
next	1.8;

1.8
date	98.10.09.16.29.01;	author vandys;	state Exp;
branches;
next	1.7;

1.7
date	97.04.10.13.01.17;	author vandys;	state Exp;
branches;
next	1.6;

1.6
date	96.06.02.21.32.56;	author vandys;	state Exp;
branches;
next	1.5;

1.5
date	96.04.28.19.51.37;	author vandys;	state Exp;
branches;
next	1.4;

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

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

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

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


desc
@KA9Q port to VSTa by Andy Valencia WB6RRU
@


1.10
log
@Makefile reorg; include master source is in vsta/src.  Centralize
common parameters.
@
text
@#
#	Makefile for KA9Q TCP/IP package for Berkeley UNIX
#
COPTS=-DUNIX -DBSD -DSLOWCHECK -DMSPTICK=20 -DASY
OUT=net
OBJS =	main.o arp.o arpcmd.o arpdump.o ax25.o ax25cmd.o \
	ax25dump.o ax25subr.o ax25user.o ax_mbx.o cmdparse.o \
	domain.o slhc.o bootp.o \
	files.o fingcli.o fingserv.o ftp.o ftpcli.o ftpserv.o icmp.o \
	icmpcmd.o icmpdump.o icmpmsg.o iface.o ip.o ipcmd.o ipdump.o \
	iproute.o kiss.o lapb.o lapbtime.o lcsum.o mbuf.o misc.o mulport.o \
	netuser.o nrcmd.o nrs.o nr3.o nrsubr.o nr4.o nr4subr.o \
	nr4user.o nr4timer.o pathname.o session.o slfp.o slip.o smisc.o \
	smtpcli.o smtpserv.o tcpcmd.o tcpdump.o \
	tcpin.o tcpout.o tcpsubr.o tcptimer.o tcpuser.o telnet.o \
	timer.o tnserv.o trace.o ttydriv.o udp.o udpcmd.o \
	udpdump.o version.o wildmat.o vsta.o vsta_io.o geneth.o enet.o \
	enetdump.o vsta_srv.o

include ../../makefile.all

net: $(OBJS)
	rm -f net
	$(LD) $(LDFLAGS) -o net $(CRT0) $(OBJS) -lusr -lc

install: net
	strip net
	cp net $(ROOT)/bin
@


1.9
log
@Default -g
@
text
@d4 2
a5 4
CC=gcc
CFLAGS=-g -O -DUNIX -DBSD -DSLOWCHECK -DMSPTICK=20 -DASY
LIBS=-lusr

d20 3
a22 1
net:	$(OBJS)
d24 1
a24 7
	$(CC) $(CFLAGS) -o net $(OBJS) $(LIBS)

clean:
	rm -f *.o

clobber: clean
	rm -f net net.debug
d28 1
a28 1
	cp net ../../bin/net
@


1.8
log
@Unused list of source files
@
text
@d5 1
a5 1
CFLAGS=-O -DUNIX -DBSD -DSLOWCHECK -DMSPTICK=20 -DASY
@


1.7
log
@Clear old exec
@
text
@a7 14
SRCS =	main.c arp.c arpcmd.c arpdump.c ax25.c ax25cmd.c \
	ax25dump.c ax25subr.c ax25user.c ax_mbx.c cmdparse.c \
	domain.c slhc.c bootp.c \
	files.c fingcli.c fingserv.c ftp.c ftpcli.c ftpserv.c icmp.c \
	icmpcmd.c icmpdump.c icmpmsg.c iface.c ip.c ipcmd.c ipdump.c \
	iproute.c kiss.c lapb.c lapbtime.c lcsum.c mbuf.c misc.c mulport.c \
	netuser.c nrcmd.c nrs.c nr3.c nrsubr.c nr4.c nr4subr.c \
	nr4user.c nr4timer.c pathname.c session.c slfp.c slip.c smisc.c \
	smtpcli.c smtpserv.c tcpcmd.c tcpdump.c \
	tcpin.c tcpout.c tcpsubr.c tcptimer.c tcpuser.c telnet.c \
	timer.c tnserv.c trace.c ttydriv.c udp.c udpcmd.c \
	udpdump.c version.c wildmat.c vsta.c vsta_io.c geneth.c enet.c \
	enetdump.c vsta_srv.c

@


1.6
log
@Optimize
@
text
@d37 1
@


1.5
log
@Bring up SLIP
@
text
@d5 1
a5 1
CFLAGS=-DUNIX -DBSD -DSLOWCHECK -DMSPTICK=20 -DASY
@


1.4
log
@/inetfs bringup
@
text
@d5 1
a5 1
CFLAGS=-DUNIX -DBSD -DSLOWCHECK -DMSPTICK=20
@


1.3
log
@Add vsta_srv.c
@
text
@d6 1
a6 1
LIBS =
@


1.2
log
@Add install target
@
text
@d5 1
a5 1
CFLAGS = -DUNIX -DBSD -DSLOWCHECK -DMSPTICK=20
d20 1
a20 1
	enetdump.c
d34 1
a34 1
	enetdump.o
@


1.1
log
@Initial revision
@
text
@d41 1
d44 4
@
