From c68159a6d8eede11766cf13896d0f7670dbd51aa Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 6 Jan 2001 14:00:42 +0000 Subject: Use a consistent style and one much closer to the rest of /usr/src --- sys/modules/ukbd/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sys/modules/ukbd') diff --git a/sys/modules/ukbd/Makefile b/sys/modules/ukbd/Makefile index d5be99b57cc0..a73e8ec52044 100644 --- a/sys/modules/ukbd/Makefile +++ b/sys/modules/ukbd/Makefile @@ -1,13 +1,13 @@ -# $FreeBSD$ +# $FreeBSD$ +MAINTAINER= n_hibma@freebsd.org -MAINTAINER = n_hibma@freebsd.org +.PATH: ${.CURDIR}/../../dev/usb -.PATH: ${.CURDIR}/../../dev/usb -KMOD = ukbd -SRCS = bus_if.h device_if.h vnode_if.h \ - opt_usb.h opt_kbd.h opt_ukbd.h \ - ukbd.c -NOMAN = +KMOD= ukbd +SRCS= bus_if.h device_if.h vnode_if.h \ + opt_usb.h opt_kbd.h opt_ukbd.h \ + ukbd.c +NOMAN= opt_kbd.h: echo '#define KBD_INSTALL_CDEV 1' > opt_kbd.h -- cgit v1.3