From 6370bbfe57469963f4831074f27638716b61400a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 15 Apr 2002 09:33:00 +0000 Subject: [PATCH] Don't unnecessarily include .mk files. --- usr.bin/usbhidctl/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.bin/usbhidctl/Makefile b/usr.bin/usbhidctl/Makefile index 9636f667c1b0..7be4f32d4eff 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 +# $FreeBSD$ PROG= usbhidctl SRCS= usbhid.c @@ -10,4 +8,3 @@ LDADD+= -lusbhid DPADD+= ${LIBUSBHID} .include -.include