diff options
author | Juergen Lock <nox@FreeBSD.org> | 2014-01-26 15:31:21 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2014-01-26 15:31:21 +0000 |
commit | eee5e164c4ae854f088001cb2aaf238d05116572 (patch) | |
tree | 6555000d2453edb222461e96ba11a177b3b50814 /comms | |
parent | ec598fb2ee547dfd4d5663175c2c4e1ce161e42a (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uartlirc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile index c86798a2f65f..1a73159d8bf3 100644 --- a/comms/uartlirc/Makefile +++ b/comms/uartlirc/Makefile @@ -34,6 +34,5 @@ BROKEN= Does not compile on powerpc or sparc64 do-install: ${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR} - kldxref ${KMODDIR} .include <bsd.port.post.mk> |