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/procfs/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/modules/procfs') diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 068c51299563..0f3c81fa01af 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -8,9 +8,5 @@ SRCS= opt_vmpage.h procfs_ctl.c procfs_map.c procfs_note.c procfs_rlimit.c \ NOMAN= VFS_KLD= CFLAGS+= -DPROCFS -CLEANFILES+= opt_vmpage.h - -opt_vmpage.h: - touch ${.TARGET} .include -- cgit v1.3