summaryrefslogtreecommitdiffstats
path: root/sys/modules/ulpt
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/ulpt
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/ulpt')
-rw-r--r--sys/modules/ulpt/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/modules/ulpt/Makefile b/sys/modules/ulpt/Makefile
index 76fa4bb..5f2a88f 100644
--- a/sys/modules/ulpt/Makefile
+++ b/sys/modules/ulpt/Makefile
@@ -1,13 +1,12 @@
# $FreeBSD$
MAINTAINER = n_hibma@freebsd.org
-SOURCE = ${.CURDIR}/../../dev/usb
+S = ${.CURDIR}/../..
-.PATH: ${SOURCE}
+.PATH: $S/dev/usb
KMOD = ulpt
SRCS = bus_if.h device_if.h vnode_if.h opt_usb.h ulpt.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