diff options
author | scottl <scottl@FreeBSD.org> | 2002-04-28 06:38:38 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2002-04-28 06:38:38 +0000 |
commit | 85f27c3d3e069dd01b9ab5ac95972e02e002f096 (patch) | |
tree | 232e155da2a2a96b54f4b7e9a0aa1225c1abad30 /sys | |
parent | dc5b6882d314d270e5a57ba165792772e0ec4da7 (diff) | |
download | FreeBSD-src-85f27c3d3e069dd01b9ab5ac95972e02e002f096.zip FreeBSD-src-85f27c3d3e069dd01b9ab5ac95972e02e002f096.tar.gz |
Nuke -g
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/udf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/udf/Makefile b/sys/modules/udf/Makefile index 9d3b8a4..97df112 100644 --- a/sys/modules/udf/Makefile +++ b/sys/modules/udf/Makefile @@ -8,7 +8,5 @@ SRCS= udf_vfsops.c udf_vnops.c osta.c SRCS+= vnode_if.h NOMAN= -CFLAGS+= -g - CLEANFILES= .depend .include <bsd.kmod.mk> |