Remove redundant settings. These are the same in /etc/defaults/rc.conf.
[dragonfly.git] / sys / dev / disk / aic7xxx / ahc / ahc_eisa / Makefile
1
2 # $FreeBSD: src/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile,v 1.1.2.1 2002/09/02 05:47:45 scottl Exp $
3 # $DragonFly: src/sys/dev/disk/aic7xxx/ahc/ahc_eisa/Makefile,v 1.4 2007/07/06 04:56:22 pavalos Exp $
4
5 .PATH:  ${.CURDIR}/../..
6 KMOD=           ahc_eisa
7
8 ../aic7xxx_reg.h:
9         ( cd .. ; ${MAKE} aic7xxx_reg.h )
10
11 SRCS=   ahc_eisa.c ../aic7xxx_reg.h
12 SRCS+=  device_if.h bus_if.h
13 SRCS+=  opt_scsi.h opt_cam.h opt_aic7xxx.h
14
15 CFLAGS+=        -I${.CURDIR}/../../ -I..
16
17 CLEANFILES=     ../aic7xxx_reg.h ../aic7xxx_seq.h
18
19 .include <bsd.kmod.mk>