From d7156780d39bcfe9261d9a092c4b4fcbf122a73e Mon Sep 17 00:00:00 2001 From: bde 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/joy/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/modules/joy') diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index eefed22..3051bd7 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -6,11 +6,6 @@ SRCS = joy.c opt_devfs.h MAN8 = joy.8 CFLAGS += -DJOY_MODULE -CLEANFILES += opt_devfs.h - -opt_devfs.h: - touch opt_devfs.h - afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ -- cgit v1.1