forked from Lainports/opnsense-ports
17 lines
195 B
Makefile
17 lines
195 B
Makefile
# BSD Makefile for librs232
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
SRCS= rs232.c
|
|
|
|
# Includes
|
|
INCS= rs232.h
|
|
INCSDIR=${PREFIX}/include
|
|
|
|
# Libraries
|
|
LIB= rs232
|
|
SHLIB_MAJOR= 1
|
|
LIBDIR= ${PREFIX}/lib
|
|
|
|
.include <bsd.lib.mk>
|