head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.1.1.1
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	RELEASE_2_2_6:1.1.1.1
	nat_1_0:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	99.04.16.10.22.02;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	98.02.14.04.10.32;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.02.14.04.10.32;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Clean up treatment of manpages, respect CC and CFLAGS.
Reviewed by:	obrien
@
text
@--- Makefile.orig	Mon Feb 17 13:48:04 1997
+++ Makefile	Fri Apr  9 23:13:30 1999
@@@@ -2,7 +2,7 @@@@
 # Makefile for Samba SMB client/server for unix
 # Copyright Andrew Tridgell 1992,1993,1994
 ###########################################################################
-CC = gcc
+CC ?= gcc
 
 # set this to the default group you want your machine to appear in
 # for browsing. This can also be set in nmbd (see nmbd(8))
@@@@ -189,8 +189,8 @@@@
 # This is for FreeBSD
 # contributed by kuku@@acds.physik.rwth-aachen.de
 # NOTE: You may need to add -DBSD44 if you have password problems
-# FLAGSM = -DFreeBSD
-# LIBSM = -lcrypt 
+FLAGSM = -DFreeBSD
+LIBSM = -lcrypt 
 
 
 # This is for NEXTSTEP Release 2.X
@@@@ -366,7 +366,7 @@@@
 OBJS = nat.o client.o util.o system.o nmb.o charset.o parse_ip.o
 CFLAGS1 = -DSTEPPING -DSCANNER -DVERBOSE
 CFLAGS2 = -DWORKGROUP=\"$(WORKGROUP)\" -DGUEST_ACCOUNT=\"$(GUESTACCOUNT)\" 
-CFLAGS = $(CFLAGS1) $(CFLAGS2) $(FLAGSM)
+CFLAGS += $(CFLAGS1) $(CFLAGS2) $(FLAGSM)
 LIBS = $(LIBSM)
 
 all : nat
@


1.1
log
@Initial revision
@
text
@d1 11
a11 2
--- Makefile.orig	Sun Feb 16 19:18:04 1997
+++ Makefile	Wed Jan 21 03:02:33 1998
@


1.1.1.1
log
@NetBIOS Auditing Tool / Security Kit
@
text
@@
