summaryrefslogtreecommitdiffstats
path: root/sys/modules/uhid
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-11-22 03:55:33 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-11-22 03:55:33 +0000
commitd8abfe2e0a67e2eae34088795be68371256cd597 (patch)
tree38bca199f7c29124ee341ef66051732c501857d5 /sys/modules/uhid
parent2b58b27d2abc3fa4e0a36cd99ff1c12e6859f0f1 (diff)
downloadFreeBSD-src-d8abfe2e0a67e2eae34088795be68371256cd597.zip
FreeBSD-src-d8abfe2e0a67e2eae34088795be68371256cd597.tar.gz
Clean up the Makefiles, make them consistent with the others and remove
debugging falgs (-g).
Diffstat (limited to 'sys/modules/uhid')
-rw-r--r--sys/modules/uhid/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/modules/uhid/Makefile b/sys/modules/uhid/Makefile
index 4158de4..572d93d 100644
--- a/sys/modules/uhid/Makefile
+++ b/sys/modules/uhid/Makefile
@@ -1,13 +1,12 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ${.CURDIR}/../../dev/usb
+S = ${.CURDIR}/../..
-.PATH: ${SOURCE}
+.PATH: $S/dev/usb
KMOD = uhid
SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h uhid.c
NOMAN =
-CFLAGS += -g
CLEANFILES += bus_if.h device_if.h vnode_if.h opt_usb.h \
vnode_if.c
@@ -15,8 +14,8 @@ opt_usb.h:
echo > opt_usb.h
bus_if.h:
- perl ${KERN}/makedevops.pl -h ${KERN}/bus_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
device_if.h:
- perl ${KERN}/makedevops.pl -h ${KERN}/device_if.m
+ perl $S/kern/makedevops.pl -h $S/kern/device_if.m
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud