diff options
| author | phil <phil@NetBSD.org> | 1994-05-17 17:28:36 +0000 |
|---|---|---|
| committer | phil <phil@NetBSD.org> | 1994-05-17 17:28:36 +0000 |
| commit | b4d3cf9bc2b2346e9859437b8ba459bbfbe63fda (patch) | |
| tree | 0a5b7b09546545fcd2450b91f6e7e5c0e9e2bc4d /sys | |
| parent | b0b840abb9f71499b9b32a4e79a7329e9be7b0e3 (diff) | |
Removing minix hack.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/pc532/conf/Makefile.pc532 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pc532/conf/Makefile.pc532 b/sys/arch/pc532/conf/Makefile.pc532 index 69bf85172c0..3a60456e98b 100644 --- a/sys/arch/pc532/conf/Makefile.pc532 +++ b/sys/arch/pc532/conf/Makefile.pc532 @@ -56,7 +56,7 @@ SYSTEM_OBJS=locore.o ${OBJS} param.o ioconf.o conf.o ${LIBKERN} SYSTEM_DEP=Makefile ${SYSTEM_OBJS} SYSTEM_LD_HEAD= @echo loading $@; rm -f $@ SYSTEM_LD= @${LD} -z -T FE002000 -o $@ -X vers.o ${SYSTEM_OBJS} -SYSTEM_LD_TAIL= size $@ ; nm $@ | sort > SYMMS ; chmod 755 $@ +SYSTEM_LD_TAIL= size $@ ; nm -n $@ > SYMMS ; chmod 755 $@ %OBJS @@ -116,7 +116,7 @@ tags: @echo "see $S/kern/Makefile for tags" ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \ - ${PC532}/dev/device.h ${PC532}/pc532/icu.h + ${PC532}/dev/device.h machine/icu.h ${CC} -c ${CFLAGS} ioconf.c conf.o: $S/sys/param.h $S/sys/systm.h $S/sys/buf.h $S/sys/ioctl.h \ |
