diff options
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/Makefile.pc98 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index 098d0b8..9f01356 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.pc98,v 1.28 1998/04/18 05:07:43 kato Exp $ +# $Id: Makefile.pc98,v 1.29 1998/04/29 18:21:35 imp Exp $ # # Makefile for FreeBSD # @@ -230,7 +230,7 @@ param.c: $S/conf/param.c param.o: param.c Makefile ${CC} -c ${CFLAGS} ${PARAM} param.c -vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} +vers.o: $S/sys/param.h ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} sh $S/conf/newvers.sh ${KERN_IDENT} ${IDENT} ${CC} ${CFLAGS} -c vers.c |