376d25ce44
Librs232 is a library which provides common interface to rs232 serial interface communication.
18 lines
211 B
Makefile
18 lines
211 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
|
|
NO_PROFILE= YES
|
|
|
|
.include <bsd.lib.mk>
|