#~~syntax:makefile
#==============================================================================
# ttyrpld - TTY replay daemon
#   Copyright © Jan Engelhardt <jengelh [at] linux01 gwdg de>, 2004 - 2005
#   -- License restrictions apply (GPL v2)
#
#   This file is part of ttyrpld.
#   ttyrpld is free software; you can redistribute it and/or modify it
#   under the terms of the GNU General Public License as published by
#   the Free Software Foundation; however ONLY version 2 of the License.
#
#   ttyrpld is distributed in the hope that it will be useful, but
#   WITHOUT ANY WARRANTY; without even the implied warranty of
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
#   General Public License for more details.
#
#   You should have received a copy of the GNU General Public License
#   along with this program kit; if not, write to:
#   Free Software Foundation, Inc., 59 Temple Place - Suite 330,
#   Boston, MA 02111-1307, USA.
#
#   -- For details, see the file named "LICENSE.GPL2"
#==============================================================================
MAINTAINER = jengelh@linux01.gwdg.de
KMOD = rpldev
SRCS = rpldev.c

# CFLAGS is not added last, but taken as a base. :(
# CWARNFLAGS seems to be something which is appended as last
CWARNFLAGS += -funit-at-a-time -Wno-pointer-arith -Wall

.include <bsd.kmod.mk>

#==============================================================================
