diff options
Diffstat (limited to 'security/dsniff/files/patch-Makefile.in')
-rw-r--r-- | security/dsniff/files/patch-Makefile.in | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/security/dsniff/files/patch-Makefile.in b/security/dsniff/files/patch-Makefile.in index 0e3e94f38ce9..d5f9fd9344cc 100644 --- a/security/dsniff/files/patch-Makefile.in +++ b/security/dsniff/files/patch-Makefile.in @@ -21,7 +21,7 @@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ -@@ -76,7 +75,7 @@ +@@ -76,22 +75,23 @@ .c.o: $(CC) $(CFLAGS) $(INCS) -c $(srcdir)/$*.c @@ -29,22 +29,33 @@ +all: $(PROGS) mount.c: mount.x - rpcgen -h mount.x -o mount.h -@@ -86,13 +85,6 @@ - rpcgen -h nfs_prot.x -o nfs_prot.h - rpcgen -c nfs_prot.x -o nfs_prot.c +- rpcgen -h mount.x -o mount.h +- rpcgen -c mount.x -o mount.c ++ rpcgen -c mount.x -o $@ ++ ++mount.h: mount.x ++ rpcgen -h mount.x -o $@ ++ ++decode_mountd.c: mount.h + + nfs_prot.c: nfs_prot.x +- rpcgen -h nfs_prot.x -o nfs_prot.h +- rpcgen -c nfs_prot.x -o nfs_prot.c ++ rpcgen -c nfs_prot.x -o $@ -$(LIBOBJS): - $(CC) $(CFLAGS) $(INCS) -c $(srcdir)/missing/$*.c -- ++nfs_prot.h: nfs_prot.x ++ rpcgen -h nfs_prot.x -o $@ + -libmissing.a: $(LIBOBJS) - ar -cr $@ $(LIBOBJS) - $(RANLIB) $@ -- ++filesnarf.c: nfs_prot.h + dsniff: $(HDRS) $(SRCS) $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) $(NIDSLIB) $(PCAPLIB) $(LNETLIB) $(DBLIB) $(SSLLIB) - -@@ -153,7 +145,7 @@ +@@ -153,7 +153,7 @@ done clean: |