diff options
author | ru <ru@FreeBSD.org> | 2002-04-15 09:33:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-15 09:33:00 +0000 |
commit | 69992b7ca8450a305ecf8fb9843184c5bd4c8960 (patch) | |
tree | 28be3e92051626da366bc3abe04c5195457c48c7 /usr.bin/usbhidctl | |
parent | 29b161b25b5ee11116d6329c9bf1f9031d7fbc1e (diff) | |
download | FreeBSD-src-69992b7ca8450a305ecf8fb9843184c5bd4c8960.zip FreeBSD-src-69992b7ca8450a305ecf8fb9843184c5bd4c8960.tar.gz |
Don't unnecessarily include .mk files.
Diffstat (limited to 'usr.bin/usbhidctl')
-rw-r--r-- | usr.bin/usbhidctl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile index 9636f66..7be4f32 100644 --- a/usr.bin/usbhidctl/Makefile +++ b/usr.bin/usbhidctl/Makefile @@ -1,7 +1,5 @@ # $NetBSD: Makefile,v 1.4 1999/05/11 21:02:25 augustss Exp $ -# $FreeBSD$ - -.include <bsd.own.mk> +# $FreeBSD$ PROG= usbhidctl SRCS= usbhid.c @@ -10,4 +8,3 @@ LDADD+= -lusbhid DPADD+= ${LIBUSBHID} .include <bsd.prog.mk> -.include <bsd.subdir.mk> |