From 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 28 Nov 1999 18:53:47 +0000 Subject: Removed special rules for building and cleaning device interface files and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). --- sys/modules/mlx/Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'sys/modules/mlx') diff --git a/sys/modules/mlx/Makefile b/sys/modules/mlx/Makefile index d804e85cb047..ab142b1e0788 100644 --- a/sys/modules/mlx/Makefile +++ b/sys/modules/mlx/Makefile @@ -1,22 +1,12 @@ # $FreeBSD$ -S = ${.CURDIR}/../.. -.PATH: $S/dev/mlx +.PATH: ${.CURDIR}/../../dev/mlx KMOD = mlx SRCS = mlx.c mlx_pci.c mlx_disk.c device_if.h bus_if.h pci_if.h -CLEANFILES += mlx.h device_if.h bus_if.h pci_if.h +CLEANFILES = mlx.h CFLAGS += ${DEBUG_FLAGS} mlx.h: echo "#define NMLX 1" > mlx.h -device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m - perl $S/kern/makedevops.pl -h $S/kern/device_if.m - -bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m - perl $S/kern/makedevops.pl -h $S/kern/bus_if.m - -pci_if.h: $S/kern/makedevops.pl $S/pci/pci_if.m - perl $S/kern/makedevops.pl -h $S/pci/pci_if.m - .include -- cgit v1.3