diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2017-10-07 23:33:14 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2017-10-07 23:33:14 +0000 |
| commit | 8dd7bf2916adcd89e43380875992d3d3358fa9d5 (patch) | |
| tree | 3969e98a8dc8646bc2379e9aa40b36d06d60be4b /sys/modules/em | |
| parent | 75c8dfb6aefddc586abae10e84c54f468995975e (diff) | |
Notes
Diffstat (limited to 'sys/modules/em')
| -rw-r--r-- | sys/modules/em/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile index 7567990110ad..e9968046eea7 100644 --- a/sys/modules/em/Makefile +++ b/sys/modules/em/Makefile @@ -23,6 +23,6 @@ CFLAGS += -I${SRCTOP}/sys/dev/e1000 #CFLAGS += -DDEVICE_POLLING afterinstall: - ln -sf ${DESTDIR}${KMODDIR}/${KMOD}.ko ${DESTDIR}${KMODDIR}/if_igb.ko + cd ${DESTDIR}${KMODDIR} && ln -sf if_em.ko if_igb.ko .include <bsd.kmod.mk> |
