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/coff/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/modules/coff') diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index ab7ecd123ad2..2fa1f5429bc4 100644 --- a/sys/modules/coff/Makefile +++ b/sys/modules/coff/Makefile @@ -4,7 +4,6 @@ KMOD= ibcs2_coff SRCS= imgact_coff.c vnode_if.h NOMAN= -CLEANFILES+= vnode_if.h vnode_if.c CFLAGS+= -DCOMPAT_IBCS2 KMODDEPS= ibcs2 -- cgit v1.3