diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2014-11-18 01:56:41 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2014-11-18 01:56:41 +0000 |
| commit | 3bf79c8ae5e3f67b0604d755d4439b9e5daa2c3d (patch) | |
| tree | 72c3411d15b4119505cd842926eb0d21b0db6685 /sys/modules/pad | |
| parent | fc5670e02c88c6678548f3bedf57a294716c1a6f (diff) | |
padvol.c is no more
Diffstat (limited to 'sys/modules/pad')
| -rw-r--r-- | sys/modules/pad/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/pad/Makefile b/sys/modules/pad/Makefile index 8d8426f5726..f49bb176469 100644 --- a/sys/modules/pad/Makefile +++ b/sys/modules/pad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2010/04/09 13:41:45 ahoka Exp $ +# $NetBSD: Makefile,v 1.2 2014/11/18 01:56:41 jmcneill Exp $ .include "../Makefile.inc" @@ -7,6 +7,5 @@ KMOD= pad SRCS= pad.c -SRCS+= padvol.c .include <bsd.kmodule.mk> |
