diff options
| author | joff <joff@NetBSD.org> | 2005-01-11 00:57:56 +0000 |
|---|---|---|
| committer | joff <joff@NetBSD.org> | 2005-01-11 00:57:56 +0000 |
| commit | e1191d101f910e4ea761c8a47580ea2f9a5f5731 (patch) | |
| tree | 960652d4639387e12fe441404897cfea8c92c950 /sys/dev/ic/Makefile | |
| parent | 7f1fe4e81f69d2b9dc8d3d738cc87410e654f786 (diff) | |
Replace hd44780_subr.h to hd44780var.h and install to userland.
Diffstat (limited to 'sys/dev/ic/Makefile')
| -rw-r--r-- | sys/dev/ic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/Makefile b/sys/dev/ic/Makefile index fc54a601163..47a6f8629dc 100644 --- a/sys/dev/ic/Makefile +++ b/sys/dev/ic/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2003/10/13 08:29:48 dyoung Exp $ +# $NetBSD: Makefile,v 1.23 2005/01/11 00:57:56 joff Exp $ INCSDIR= /usr/include/dev/ic # Only install includes which are used by userland -INCS= athioctl.h bt8xx.h icpreg.h icp_ioctl.h isp_ioctl.h mlxreg.h mlxio.h \ - rrunnerreg.h rrunnervar.h wdcreg.h wi_ieee.h +INCS= athioctl.h bt8xx.h hd44780var.h icpreg.h icp_ioctl.h isp_ioctl.h \ + mlxreg.h mlxio.h rrunnerreg.h rrunnervar.h wdcreg.h wi_ieee.h .include <bsd.kinc.mk> |
