aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-07 20:49:48 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-07 20:49:48 +0000
commit4e6e4e047d34e5a994ca2fd4344ea5ade2a76dc7 (patch)
tree2796e809c2ab17f2fa0728dae4859c9605d87c1e /Makefile.nmake
parent6ca59937d8fd2487a38a2d34db353560e7a2e048 (diff)
NIS+ support, from Ronnie Sahlberg.
svn path=/trunk/; revision=3401
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 332c579b76..4381cabd43 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.103 2001/04/24 19:29:12 guy Exp $
+# $Id: Makefile.nmake,v 1.104 2001/05/07 20:49:48 guy Exp $
include config.nmake
include <win32.mak>
@@ -114,6 +114,7 @@ DISSECTOR_SOURCES = \
packet-ncp2222.c \
packet-netbios.c \
packet-nfs.c \
+ packet-nisplus.c \
packet-nlm.c \
packet-nntp.c \
packet-ntp.c \