summaryrefslogtreecommitdiffstats
path: root/sys/modules/3dfx
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
committerpeter <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
commita7f86be978689732e2ae26968af70815ba13ca58 (patch)
tree5298468ec8fa3edd0bbe8e8e8f32e1f790ba22a3 /sys/modules/3dfx
parentfe7d89e3f2b2b7670c1064862cf079c9a565fe38 (diff)
downloadFreeBSD-src-a7f86be978689732e2ae26968af70815ba13ca58.zip
FreeBSD-src-a7f86be978689732e2ae26968af70815ba13ca58.tar.gz
Zap some bad examples:
opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
Diffstat (limited to 'sys/modules/3dfx')
-rw-r--r--sys/modules/3dfx/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile
index 4973bb4..13d658a 100644
--- a/sys/modules/3dfx/Makefile
+++ b/sys/modules/3dfx/Makefile
@@ -20,7 +20,6 @@ TDFX_OPTS= "\#define TDFX_LINUX"
#CFLAGS+= -DDEBUG
opt_tdfx.h:
- touch opt_tdfx.h
- echo $(TDFX_OPTS) >> opt_tdfx.h
+ echo $(TDFX_OPTS) > opt_tdfx.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud