Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ftp simple dependancy so addition of global vars to ...
details: https://anonhg.NetBSD.org/src/rev/2db4432fd3e8
branches: trunk
changeset: 476898:2db4432fd3e8
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Oct 01 07:58:02 1999 +0000
description:
simple dependancy so addition of global vars to ftp_var.h is detected for main.c
diffstat:
usr.bin/ftp/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r f7e5c5757fe8 -r 2db4432fd3e8 usr.bin/ftp/Makefile
--- a/usr.bin/ftp/Makefile Fri Oct 01 06:55:44 1999 +0000
+++ b/usr.bin/ftp/Makefile Fri Oct 01 07:58:02 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 1999/09/26 02:00:12 lukem Exp $
+# $NetBSD: Makefile,v 1.22 1999/10/01 07:58:02 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
PROG= ftp
@@ -14,4 +14,6 @@
CPPFLAGS+= -DINET6
+main.o: ftp_var.h
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index