Only build kern/kern_ntptime.c if NTP is being compiled into the kernel.

This commit is contained in:
thorpej 1996-11-14 04:53:59 +00:00
parent 621d9e4932
commit b98d1aca52
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.104 1996/11/13 00:15:28 mikel Exp $
# $NetBSD: files,v 1.105 1996/11/14 04:53:59 thorpej Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -154,7 +154,7 @@ file kern/kern_exit.c
file kern/kern_fork.c
file kern/kern_ktrace.c ktrace
file kern/kern_lkm.c lkm
file kern/kern_ntptime.c
file kern/kern_ntptime.c ntp
file kern/kern_malloc.c
file kern/kern_physio.c
file kern/kern_proc.c

View File

@ -1,4 +1,4 @@
# $NetBSD: files.oldconf,v 1.74 1996/10/16 19:33:18 ws Exp $
# $NetBSD: files.oldconf,v 1.75 1996/11/14 04:54:00 thorpej Exp $
#
adosfs/adlookup.c optional adosfs
adosfs/adutil.c optional adosfs
@ -46,7 +46,7 @@ kern/kern_fork.c standard
kern/kern_ktrace.c optional ktrace
kern/kern_lkm.c optional lkm
kern/kern_malloc.c standard
kern/kern_ntptime.c standard
kern/kern_ntptime.c optional ntp
kern/kern_physio.c standard
kern/kern_proc.c standard
kern/kern_prot.c standard