Remove unnecessary clean target in em(4), igb(4) and ixgbe(4).

While here also remove man target in igb(4).

Reviewed by:	jfv
This commit is contained in:
Pyun YongHyeon 2010-08-16 17:48:55 +00:00
parent c06336d428
commit 9b1f97079c
3 changed files with 0 additions and 21 deletions

View file

@ -18,10 +18,4 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000
# DEVICE_POLLING for a non-interrupt-driven method
#CFLAGS += -DDEVICE_POLLING
clean:
rm -f device_if.h bus_if.h pci_if.h setdef*
rm -f *.o *.kld *.ko
rm -f @ machine
rm -f ${CLEANFILES}
.include <bsd.kmod.mk>

View file

@ -14,14 +14,4 @@ CFLAGS += -I${.CURDIR}/../../dev/e1000 -DSMP
# not advisable since MSIX gives better results
#CFLAGS += -DDEVICE_POLLING
clean:
rm -f device_if.h bus_if.h pci_if.h setdef*
rm -f *.o *.kld *.ko
rm -f @ machine
rm -f ${CLEANFILES}
man:
mv /usr/share/man/man4/igb.4.gz /usr/share/man/man4/igbSAVE.4.gz
cp igb.4 /usr/share/man/man4/
.include <bsd.kmod.mk>

View file

@ -8,9 +8,4 @@ SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
SRCS += ixgbe_82599.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
clean:
rm -f device_if.h bus_if.h pci_if.h setdef* *_StripErr
rm -f *.o *.kld *.ko
rm -f @ machine
.include <bsd.kmod.mk>