=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/targ.c,v retrieving revision 1.27 retrieving revision 1.28 diff -c -r1.27 -r1.28 *** src/usr.bin/make/targ.c 2000/09/14 13:40:03 1.27 --- src/usr.bin/make/targ.c 2000/09/14 13:52:42 1.28 *************** *** 1,4 **** ! /* $OpenBSD: targ.c,v 1.27 2000/09/14 13:40:03 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: targ.c,v 1.28 2000/09/14 13:52:42 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* *************** *** 80,86 **** #include #include "make.h" #include "ohash.h" - #include "hash.h" #include "dir.h" #ifndef lint --- 80,85 ---- *************** *** 88,94 **** static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94"; #else UNUSED ! static char *rcsid = "$OpenBSD: targ.c,v 1.27 2000/09/14 13:40:03 espie Exp $"; #endif #endif /* not lint */ --- 87,93 ---- static char sccsid[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94"; #else UNUSED ! static char *rcsid = "$OpenBSD: targ.c,v 1.28 2000/09/14 13:52:42 espie Exp $"; #endif #endif /* not lint */