# This is the Makefile for the libuucp subdirectory of Taylor UUCP
# $FreeBSD: stable/2.2/gnu/libexec/uucp/libuucp/Makefile 50952 1999-09-05 11:54:50Z peter $

LIB=		uucp
SRCS = buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c spool.c \
	status.c xfree.c xmall.c xreall.c \
	 getlin.c
CFLAGS+=	-I$(.CURDIR)/../common_sources

NOMAN=		noman
NOPROFILE=	noprofile

install:

.include <bsd.lib.mk>
