Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/boot/pc98/libpc98/Makefile 117160 2003-07-02 12:45:45Z ru $
---
> # $FreeBSD: head/sys/boot/pc98/libpc98/Makefile 125563 2004-02-07 12:19:44Z nyan $
35,48d34
< # Make "machine" required for all objects
< # (based on the more complete case in sys/i386/boot/Makefile.inc)
< ${SRCS:M*.c:R:S/$/.o/g}: machine
<
< # If it's not there, don't consider it a target
< .if exists(${.CURDIR}/../../../i386/include)
< beforedepend ${OBJS}: machine
<
< CLEANFILES+= machine
< machine:
< ln -sf ${.CURDIR}/../../../i386/include machine
<
< .endif
<