diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-02 19:56:07 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-10-02 19:56:07 +0000 |
commit | beb8f756f8255a09eea4e344ff9ef17bf0c68ef6 (patch) | |
tree | afdb4d63a213612c0c021fd515418ebe17d6f929 /sys/arch | |
parent | 1eb9ce7023c1718099cf8f4554e37c9f390caec4 (diff) |
Remove dependencies on config options, you should make clean when changing
those, or touch the specific files if you know what you are doing.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/conf/Makefile.vax | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index e57994dd61a..f719b71b128 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.7 1997/09/15 02:40:37 deraadt Exp $ +# $OpenBSD: Makefile.vax,v 1.8 1997/10/02 19:56:06 niklas Exp $ # $NetBSD: Makefile.vax,v 1.32 1997/03/14 23:27:35 mycroft Exp $ # Makefile for NetBSD @@ -156,11 +156,6 @@ uipc_proto.o vfs_conf.o: Makefile # depend on maxusers machdep.o: Makefile -# depend on CPU configuration -tmscp.o ts.o uba.o uda.o autoconf.o clock.o conf.o emulate.o intvec.o: Makefile -machdep.o sbi.o subr.o uvaxII.o: Makefile - - intvec.o: ${VAX}/vax/intvec.s ${NORMAL_S} |