diff options
author | phk <phk@FreeBSD.org> | 1995-10-15 17:00:49 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-15 17:00:49 +0000 |
commit | d63873130a8c88ad4f48fdc78d1ee911b9b407f9 (patch) | |
tree | 95b5658bc7fd8d0754ca48fecab644f9b89fb524 | |
parent | f3523ea047da45c2ff69b3072f956da2a2dfa5a9 (diff) | |
download | FreeBSD-src-d63873130a8c88ad4f48fdc78d1ee911b9b407f9.zip FreeBSD-src-d63873130a8c88ad4f48fdc78d1ee911b9b407f9.tar.gz |
Revert to default entry point.
-rw-r--r-- | lkm/pcic/Makefile | 3 | ||||
-rw-r--r-- | sys/modules/pcic/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lkm/pcic/Makefile b/lkm/pcic/Makefile index 7ac06bd..2e1a706 100644 --- a/lkm/pcic/Makefile +++ b/lkm/pcic/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $ +# $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $ .PATH: ${.CURDIR}/../../sys/pccard KMOD= pcic_mod @@ -6,6 +6,5 @@ SRCS= pcic.c NOMAN= PSEUDO_LKM= CFLAGS+= -DLKM -EXPORT_SYMS= _lkm_pcic .include <bsd.kmod.mk> diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 7ac06bd..2e1a706 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/08/25 09:49:20 phk Exp $ +# $Id: Makefile,v 1.3 1995/10/15 14:33:17 phk Exp $ .PATH: ${.CURDIR}/../../sys/pccard KMOD= pcic_mod @@ -6,6 +6,5 @@ SRCS= pcic.c NOMAN= PSEUDO_LKM= CFLAGS+= -DLKM -EXPORT_SYMS= _lkm_pcic .include <bsd.kmod.mk> |