diff options
author | hvozda <hvozda@cvs.openbsd.org> | 1996-04-29 13:07:06 +0000 |
---|---|---|
committer | hvozda <hvozda@cvs.openbsd.org> | 1996-04-29 13:07:06 +0000 |
commit | 66dbdef25563581a0d393d8d919df22c43de70c7 (patch) | |
tree | 4cfdb17adf8be1fdf71a7e416fdc352fc014c3f3 /sbin/pcmcia_cntrl/Makefile | |
parent | fc0fd904cb2c0308afe4ec749ac0a2e82b1cf240 (diff) |
Pull in John Kohl's most recent (15Apr96) APM and PCMCIA work
(original PCMCIA framework by Stefan Grefen).
Diffstat (limited to 'sbin/pcmcia_cntrl/Makefile')
-rw-r--r-- | sbin/pcmcia_cntrl/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sbin/pcmcia_cntrl/Makefile b/sbin/pcmcia_cntrl/Makefile new file mode 100644 index 00000000000..a231297e9ae --- /dev/null +++ b/sbin/pcmcia_cntrl/Makefile @@ -0,0 +1,9 @@ +# $Id: Makefile,v 1.1 1996/04/29 13:07:04 hvozda Exp $ + +SRCS = pcmcia_cntrl.c + +CFLAGS += -g +PROG=pcmcia_cntrl + +.include <bsd.prog.mk> +# DO NOT DELETE THIS LINE -- make depend depends on it. |