diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-23 19:26:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-01-23 19:26:46 +0000 |
commit | 28b1ae1ce6cda43be52fbf9596ad807b1dd4c0fc (patch) | |
tree | e9bfa3d8c875243fe0c1ae585cfe3711ce47c59f /etc/etc.loongson/Makefile.inc | |
parent | 25aa1f514b83d7839825b3d7aa1e3ecb0b32310c (diff) |
md etc bits for loongson. ok miod@
Diffstat (limited to 'etc/etc.loongson/Makefile.inc')
-rw-r--r-- | etc/etc.loongson/Makefile.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/etc.loongson/Makefile.inc b/etc/etc.loongson/Makefile.inc new file mode 100644 index 00000000000..2740d4cafb0 --- /dev/null +++ b/etc/etc.loongson/Makefile.inc @@ -0,0 +1,14 @@ +# $OpenBSD: Makefile.inc,v 1.1 2010/01/23 19:26:45 matthieu Exp $ + +kernels: bsd + cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \ + ${RELEASEDIR}/bsd +bsd: + cd ${.CURDIR}/../sys/arch/loongson/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/loongson/compile/GENERIC && \ + ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + +MDEXT= bsd bsd.rd + +.PHONY: bsd + |