###########################################################################
#
# Makefile for the Linux NetBEUI.
#
# Note 1! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now in the main makefile...
#
# Copyright (c) 1997 by Procom Technology,Inc.
#
# This program can be redistributed or modified under the terms of the 
# GNU General Public License as published by the Free Software Foundation.
# This program is distributed without any warranty or implied warranty
# of merchantability or fitness for a particular purpose.
#
# See the GNU General Public License for more details.
#
###########################################################################
 

O_TARGET := netbeui.o

O_OBJS  := dextab.o llc_supp.o \
	   name_serve.o query_serve.o session_serve.o dgram_serve.o \
	   af_netb.o sock_session.o sock_dgram.o sock_name.o \
	   proc.o config.o status_serve.o nb_common.o

M_OBJS := $(O_TARGET)
# CC	:= $(CC) -S 

include $(TOPDIR)/Rules.make

tar:
		tar -cvf /dev/f1 .
