#
# ServerU PLCM Utility
#
# ServerU - http://www.ServerU.com.br http://www.ServerU.us
# PLCM with 2 lines with 4 keys pad model Netmap L100 & Netmap L800
#
# Developed and teste for/on FreeBSD RELENG_8, RELENG_9, RELENG_10
#
# This Makefile requires /usr/src/ because we will use the very same stub
# for modules compiling on FreeBSD. We will also compile the whole thing
# with clang prefferably. -- Patrick Tracanelli

Para FreeBSD 7, 8, 9 e 10 64bits (FreeBSD/amd64)

Para compilar modulo de kernel:
	make

Para compilar utilitario de controle/scripting do LCM e do Keypad:
	make serveru-plcm-util

Importante: o /src/src do FreeBSD deve existir e estar atualizado pois o
modulo de kernel foi escrito como stub do /sys/modules e portanto requer
o source do sistema para compilar.


Changelog:
- v0.1 Fri Nov 29 22:57:42 BRST 2013 Versao publicamente disponivel, testado
  e usado no ProApps 1.4.3
