diff options
Diffstat (limited to 'sys/modules/hfa/Makefile')
-rw-r--r-- | sys/modules/hfa/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/modules/hfa/Makefile b/sys/modules/hfa/Makefile deleted file mode 100644 index 5e02623..0000000 --- a/sys/modules/hfa/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD$ - -SUBDIR= ${eisa} hfa pci ${sbus} - -.ifdef notyet -.if ${MACHINE_ARCH} == "i386" -eisa= eisa -.endif - -.if ${MACHINE} == "sparc64" -sbus= sbus -.endif -.endif - -.include <bsd.subdir.mk> |