aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldunload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/kldunload/Makefile')
-rw-r--r--sbin/kldunload/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/kldunload/Makefile b/sbin/kldunload/Makefile
index 7f7fffb5c1b4..faf372f09856 100644
--- a/sbin/kldunload/Makefile
+++ b/sbin/kldunload/Makefile
@@ -23,11 +23,13 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id$
+# $Id: Makefile,v 1.1 1997/05/07 18:19:54 dfr Exp $
#
PROG= kldunload
SRCS= kldunload.c
MAN8= kldunload.8
+CFLAGS= -I${.CURDIR}/../../sys
+
.include <bsd.prog.mk>