diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-24 12:05:27 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-04-24 12:05:27 +0000 |
commit | e114ea210f060f2ecba2106d5880a4f604c486ac (patch) | |
tree | a046f6b8b422713632bdfafe82788d0474f9e1d9 /sys/arch/i386/conf | |
parent | 6bbb90fd25d2dcd7a4acdc8969a442fd71b98a06 (diff) |
Add network config dependencies.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 6b942b53d31..aee08091430 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.7 1996/04/24 10:50:54 niklas Exp $ +# $OpenBSD: Makefile.i386,v 1.8 1996/04/24 12:05:17 mickey Exp $ # $NetBSD: Makefile.i386,v 1.66 1996/02/29 20:56:16 cgd Exp $ # Makefile for OpenBSD @@ -159,7 +159,9 @@ depend: .depend autoconf.o conf.o: Makefile # depend on network or filesystem configuration -uipc_proto.o vfs_conf.o: Makefile +uipc_domain.o uipc_proto.o vfs_conf.o: Makefile +if_tun.o if_loop.o if_ethersubr.o: Makefile +in_proto.o: Makefile # depend on maxusers genassym.o machdep.o: Makefile |