add dependency on version.h

This commit is contained in:
lukem 1999-12-12 02:14:53 +00:00
parent eee70cc0f0
commit f442e9dbbd
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 1999/10/01 07:58:02 lukem Exp $
# $NetBSD: Makefile,v 1.23 1999/12/12 02:14:53 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
PROG= ftp
@ -14,6 +14,7 @@ DPADD+= ${LIBEDIT} ${LIBTERMCAP} ${LIBUTIL}
CPPFLAGS+= -DINET6
cmds.o fetch.o: version.h
main.o: ftp_var.h
.include <bsd.prog.mk>