head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	96.04.09.23.29.02;	author nate;	state dead;
branches;
next	1.1;

1.1
date	95.08.24.09.02.37;	author phk;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Removed original distribution files that are no longer valid.
@
text
@all: pcic.o ed.o

CFLAGS = -O -DINET -DKERNEL -DLKM -I/sys

pcic.o: pcic.c
	cc -c $(CFLAGS) pcic.c

load: pcic.o
	modload -e lkm_pcic pcic.o
	pccardmem d0000

unload:
	modunload -n pcic

skel.o: skel.c
	cc -c $(CFLAGS) skel.c

ldskel: skel.o
	modload -e lkm_skel skel.o

ed.o: if_ed.o lkm_ed.o
	ld -r -o ed.o if_ed.o lkm_ed.o

lded: ed.o
	modload -e lkm_ed ed.o
@


1.1
log
@The userland part of Andrew McRae's PCMCIA/PCCARD code.

This is not quite finished yet, and therefore I have not added it to the
usr.sbin/Makefile yet.
I collected a bunch of Andrews small programs into one: pccardc /phk

Reviewed by:	phk
Submitted by:	Andrew McRae <andrew@@mega.com.au>
@
text
@@
