diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-08 07:11:05 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-08 07:11:05 +0000 |
commit | 5734990ab8fc0192f10faeca1b8824be3f03fa30 (patch) | |
tree | 71af9ab2e83a4f84d205cdcc1bce418484a7966f /sys/arch/sgi | |
parent | 47dfbf45f218ed0a4af52c24dc1aad081d62bea1 (diff) |
Use ${MKDEP} instead of mkdep.
ok miod@
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index 7b84de5721d..18bc498677a 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.7 2004/09/20 10:43:17 miod Exp $ +# $OpenBSD: Makefile.sgi,v 1.8 2004/10/08 07:11:04 grange Exp $ # Makefile for OpenBSD # @@ -173,9 +173,9 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} depend:: .depend .depend: ${SRCS} assym.h param.c - mkdep ${AFLAGS} ${CPPFLAGS} ${SGI}/sgi/locore.S - mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} -# mkdep -a ${AFLAGS} ${CPPFLAGS} ${SFILES} + ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${SGI}/sgi/locore.S + ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} +# ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} # The install target can be redefined by putting a # install-kernel-${MACHINE_NAME} target into /etc/mk.conf |