Reorganize the way machine architectures are handled. Consolidate the
[dragonfly.git] / sys / dev / est / Makefile
1 # $DragonFly: src/sys/dev/est/Makefile,v 1.2 2006/10/22 16:09:20 dillon Exp $
2 #
3
4 .PATH: ${.CURDIR}/../../arch/${MACHINE_ARCH}/${MACHINE_ARCH}
5 SRCS=   est.c
6 KMOD=   est
7
8 .include <bsd.kmod.mk>