diff options
Diffstat (limited to 'sys/arch/landisk/conf')
-rw-r--r-- | sys/arch/landisk/conf/Makefile.landisk | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk index aecf3df6768..6c9315bcb0e 100644 --- a/sys/arch/landisk/conf/Makefile.landisk +++ b/sys/arch/landisk/conf/Makefile.landisk @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.landisk,v 1.16 2010/04/26 22:21:14 deraadt Exp $ +# $OpenBSD: Makefile.landisk,v 1.17 2010/04/27 03:37:37 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -175,18 +175,6 @@ db_structinfo.h: $S/ddb/db_structinfo.c $S/ddb/parse_structinfo.awk objdump -g db_structinfo.o | awk -f $S/ddb/parse_structinfo.awk > $@ rm -f db_structinfo.o -# depend on root or device configuration -autoconf.o conf.o: Makefile - -# depend on network or filesystem configuration -uipc_proto.o vfs_conf.o: Makefile - -# depend on maxusers -assym.h machdep.o: Makefile - -# depend on CPU configuration -locore.o machdep.o: Makefile - locore.o: ${_machdir}/landisk/locore.S assym.h ${NORMAL_S} |