1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/nbaudit/files/patch-01
1998-02-14 04:10:33 +00:00

23 lines
681 B
Plaintext

--- Makefile.orig Sun Feb 16 19:18:04 1997
+++ Makefile Wed Jan 21 03:02:33 1998
@@ -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