freebsd-dev/sys/modules/vesa/Makefile

19 lines
360 B
Makefile
Raw Normal View History

1998-12-30 11:21:08 +00:00
# $Id: Makefile,v 1.3 1998/10/16 04:30:51 peter Exp $
1998-09-15 20:09:18 +00:00
.PATH: ${.CURDIR}/../../i386/isa
KMOD = vesa
1998-09-15 20:09:18 +00:00
SRCS = vesa.c scvesactl.c sc.h opt_vesa.h opt_vm86.h
NOMAN =
CLEANFILES += sc.h opt_vesa.h opt_vm86.h
sc.h:
echo "#define NSC 1" > sc.h
opt_vesa.h:
echo "#define VESA 1" > opt_vesa.h
opt_vm86.h:
echo "#define VM86 1" > opt_vm86.h
.include <bsd.kmod.mk>